TileMapEffectRef

Type Alias TileMapEffectRef 

Source
pub type TileMapEffectRef = Arc<Mutex<dyn TileMapEffect>>;
Expand description

A reference to TileMapEffect. A TileMap keeps some of these if it needs to be rendered specially.

Aliased Typeยง

pub struct TileMapEffectRef { /* private fields */ }