Property DoorOpenState
DoorOpenState
Gets or sets the open state for this door.
public DoorOpenState DoorOpenState { get; set; }
Property Value
Remarks
Changing this property will not fire the door's OnOpen/OnClose event.
Use the OnDoorSetOpenState event to handle state changes to the door.