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 */ }pub type TileMapEffectRef = Arc<Mutex<dyn TileMapEffect>>;A reference to TileMapEffect. A TileMap keeps some of these if it needs to be
rendered specially.
pub struct TileMapEffectRef { /* private fields */ }