On this pageInteractableDoor.IsOpenpublic bool IsOpen { get; set; }CopyDescription#Is door currently openUsage#Exampleinteractable.IsOpen = true;Copy