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

Inheritance: DynamicTile, ISwitchableGameActor
Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Méthode Description
KeyDoorClosed ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
KeyDoorClosed ( int tileType, Vector2I position ) : VRageMath
Switch ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : ISwitchableGameActor

Method Details

KeyDoorClosed() public méthode

public KeyDoorClosed ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
Résultat VRageMath

KeyDoorClosed() public méthode

public KeyDoorClosed ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
Résultat VRageMath

Switch() public méthode

public Switch ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : ISwitchableGameActor
gameActorPosition GameActorPosition
atlas IAtlas
table ITilesetTable
Résultat ISwitchableGameActor