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

Inheritance: StaticTile, IInteractableGameActor
Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Méthode Description
ApplyGameAction ( IAtlas atlas, GameAction gameAction, Vector2 position, ITilesetTable tilesetTable ) : void
SimpleDoorClosed ( ITilesetTable tilesetTable ) : VRageMath
SimpleDoorClosed ( int tileType ) : VRageMath

Method Details

ApplyGameAction() public méthode

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

SimpleDoorClosed() public méthode

public SimpleDoorClosed ( ITilesetTable tilesetTable ) : VRageMath
tilesetTable ITilesetTable
Résultat VRageMath

SimpleDoorClosed() public méthode

public SimpleDoorClosed ( int tileType ) : VRageMath
tileType int
Résultat VRageMath