Enum DoorOpenState
public enum DoorOpenState
- Extension Methods
Fields
Closed = 0The closed state of the door.
Destroyed = 3The destroyed state of the door.
OpenBackward = 2The backward open state of the door. This is the opposite direction of the arrow as shown in the toolset.
OpenForward = 1The forward open state of the door. This is the direction of the arrow as shown in the toolset.