C# 클래스 World.GameActors.Tiles.ObstacleInteractable.SimpleDoorClosed

상속: StaticTile, IInteractableGameActor
파일 보기 프로젝트 열기: GoodAI/BrainSimulator 1 사용 예제들

공개 메소드들

메소드 설명
ApplyGameAction ( IAtlas atlas, GameAction gameAction, Vector2 position, ITilesetTable tilesetTable ) : void
SimpleDoorClosed ( ITilesetTable tilesetTable ) : VRageMath
SimpleDoorClosed ( int tileType ) : VRageMath

메소드 상세

ApplyGameAction() 공개 메소드

public ApplyGameAction ( IAtlas atlas, GameAction gameAction, Vector2 position, ITilesetTable tilesetTable ) : void
atlas IAtlas
gameAction World.GameActions.GameAction
position Vector2
tilesetTable ITilesetTable
리턴 void

SimpleDoorClosed() 공개 메소드

public SimpleDoorClosed ( ITilesetTable tilesetTable ) : VRageMath
tilesetTable ITilesetTable
리턴 VRageMath

SimpleDoorClosed() 공개 메소드

public SimpleDoorClosed ( int tileType ) : VRageMath
tileType int
리턴 VRageMath