C# Class World.GameActors.Tiles.ObstacleInteractable.SimpleDoorClosed

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
SimpleDoorClosed ( ITilesetTable tilesetTable ) : VRageMath
SimpleDoorClosed ( 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

SimpleDoorClosed() public method

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

SimpleDoorClosed() public method

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