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

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

Méthodes publiques

Méthode 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 méthode

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

RcDoorClosed() public méthode

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