Trait twmap::map_checks::PhysicsLayerChecking[][src]

pub trait PhysicsLayerChecking: TileMapLayer where
    Self::TileType: TileChecking
{ fn index() -> usize; fn check(&self, duplicates: &mut [bool; 6]) -> Result<(), LayerErrorKind> { ... } }

Required methods

Provided methods

Implementors