C# Class World.GameActors.Tiles.OnGroundInteractable.SimpleDoorOpened

Inheritance: StaticTile, IInteractableGameActor
Mostra file Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

Method Description
ApplyGameAction ( IAtlas atlas, GameAction gameAction, Vector2 position, ITilesetTable tilesetTable ) : void
SimpleDoorOpened ( ITilesetTable tilesetTable ) : VRageMath
SimpleDoorOpened ( int tileType ) : VRageMath

Method Details

ApplyGameAction() public method

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

SimpleDoorOpened() public method

public SimpleDoorOpened ( ITilesetTable tilesetTable ) : VRageMath
tilesetTable ITilesetTable
return VRageMath

SimpleDoorOpened() public method

public SimpleDoorOpened ( int tileType ) : VRageMath
tileType int
return VRageMath