C# 클래스 World.GameActors.Tiles.DynamicTile

DynamicTile is tile with internal state that can
상속: Tile, IDynamicTile
파일 보기 프로젝트 열기: GoodAI/BrainSimulator

보호된 메소드들

메소드 설명
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