C# Class World.GameActors.Tiles.DynamicTile

DynamicTile is tile with internal state that can
Inheritance: Tile, IDynamicTile
Mostra file Open project: GoodAI/BrainSimulator

Protected Methods

Method Description
DynamicTile ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
DynamicTile ( int tileType, Vector2I position ) : VRageMath
ThisGameActorPosition ( LayerType layerType ) : GameActorPosition

Method Details

DynamicTile() protected method

protected DynamicTile ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
return VRageMath

DynamicTile() protected method

protected DynamicTile ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
return VRageMath

ThisGameActorPosition() protected method

protected ThisGameActorPosition ( LayerType layerType ) : GameActorPosition
layerType LayerType
return GameActorPosition