C# Класс World.GameActors.Tiles.DynamicTile

DynamicTile is tile with internal state that can
Наследование: Tile, IDynamicTile
Показать файл Открыть проект

Защищенные методы

Метод Описание
DynamicTile ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
DynamicTile ( int tileType, Vector2I position ) : VRageMath
ThisGameActorPosition ( LayerType layerType ) : GameActorPosition

Описание методов

DynamicTile() защищенный Метод

protected DynamicTile ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
Результат VRageMath

DynamicTile() защищенный Метод

protected DynamicTile ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
Результат VRageMath

ThisGameActorPosition() защищенный Метод

protected ThisGameActorPosition ( LayerType layerType ) : GameActorPosition
layerType LayerType
Результат GameActorPosition