C# Class World.GameActors.Tiles.DynamicTile

DynamicTile is tile with internal state that can
Inheritance: Tile, IDynamicTile
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes protégées

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

Method Details

DynamicTile() protected méthode

protected DynamicTile ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
Résultat VRageMath

DynamicTile() protected méthode

protected DynamicTile ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
Résultat VRageMath

ThisGameActorPosition() protected méthode

protected ThisGameActorPosition ( LayerType layerType ) : GameActorPosition
layerType LayerType
Résultat GameActorPosition