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

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

Méthodes publiques

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

Method Details

KeyDoorOpened() public méthode

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

KeyDoorOpened() public méthode

public KeyDoorOpened ( 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