Class ElevatorDoor
Represents an elevator door.
public class ElevatorDoor : BasicDoor, IWrapper<DoorVariant>, IWorldSpace, IPosition, IRotation
- Inheritance
-
ElevatorDoor
- Implements
-
IWrapper<DoorVariant>
- Inherited Members
- Extension Methods
Properties
Base
Gets the base Interactables.Interobjects.ElevatorDoor.
public ElevatorDoor Base { get; }
Property Value
- ElevatorDoor
ElevatorType
Gets the type according to Group.
public ElevatorType ElevatorType { get; }
Property Value
Group
Gets the Interactables.Interobjects.ElevatorGroup that this door's Lift belongs to.
public ElevatorGroup Group { get; }
Property Value
- ElevatorGroup
Lift
Gets the Lift associated with this elevator door.
public Lift Lift { get; }
Property Value
Panel
Gets the Interactables.Interobjects.ElevatorPanel associated with this lift.
public ElevatorPanel Panel { get; }
Property Value
- ElevatorPanel
Methods
ToString()
Returns the Door in a human-readable format.
public override string ToString()
Returns
- string
A string containing Door-related data.