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

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

공개 메소드들

메소드 설명
ApplyGameAction ( IAtlas atlas, GameAction gameAction, Vector2 position, ITilesetTable tilesetTable ) : void
LeverSwitchOn ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
LeverSwitchOn ( int tileType, Vector2I position ) : VRageMath
Switch ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : void

메소드 상세

ApplyGameAction() 공개 메소드

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

LeverSwitchOn() 공개 메소드

public LeverSwitchOn ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
리턴 VRageMath

LeverSwitchOn() 공개 메소드

public LeverSwitchOn ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
리턴 VRageMath

Switch() 공개 메소드

public Switch ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : void
gameActorPosition GameActorPosition
atlas IAtlas
table ITilesetTable
리턴 void