C# Класс World.GameActors.Tiles.OnGroundInteractable.RcDoorOpened

Наследование: DynamicTile, ISwitchableGameActor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RcDoorOpened ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
RcDoorOpened ( int tileType, Vector2I position ) : VRageMath
Switch ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : ISwitchableGameActor

Описание методов

RcDoorOpened() публичный Метод

public RcDoorOpened ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
Результат VRageMath

RcDoorOpened() публичный Метод

public RcDoorOpened ( int tileType, Vector2I position ) : VRageMath
tileType int
position Vector2I
Результат VRageMath

Switch() публичный Метод

public Switch ( GameActorPosition gameActorPosition, IAtlas atlas, ITilesetTable table ) : ISwitchableGameActor
gameActorPosition GameActorPosition
atlas IAtlas
table ITilesetTable
Результат ISwitchableGameActor