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

Inheritance: DynamicTile, ISwitchableGameActor
Mostra file Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

Method 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 method

public KeyDoorOpened ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
return VRageMath

KeyDoorOpened() public method

public KeyDoorOpened ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
return VRageMath

Switch() public method

public Switch ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : ISwitchableGameActor
gameActorPosition GameActorPosition
atlas IAtlas
table ITilesetTable
return ISwitchableGameActor