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

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

SimpleDoorOpened() public méthode

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

SimpleDoorOpened() public méthode

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