Trait twmap::TileMapLayer[][src]

pub trait TileMapLayer: AnyLayer {
    type TileType: AnyTile;
    fn tiles(&self) -> &CompressedData<Array2<Self::TileType>, TilesLoadInfo>;
fn tiles_mut(
        &mut self
    ) -> &mut CompressedData<Array2<Self::TileType>, TilesLoadInfo>; }

Associated Types

Loading content...

Required methods

Loading content...

Implementors

impl TileMapLayer for FrontLayer[src]

impl TileMapLayer for GameLayer[src]

impl TileMapLayer for SpeedupLayer[src]

impl TileMapLayer for SwitchLayer[src]

impl TileMapLayer for TeleLayer[src]

impl TileMapLayer for TilesLayer[src]

impl TileMapLayer for TuneLayer[src]

Loading content...