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

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

Public Methods

Method Description
RcDoorClosed ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
RcDoorClosed ( int tileType, Vector2I position ) : VRageMath
Switch ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : ISwitchableGameActor

Method Details

RcDoorClosed() public method

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

RcDoorClosed() public method

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