Unlocked Door
This smart asset belongs to the following package:
- com.yahaha.sdk.horrorgameassets
 
The Unlocked Door is a door that opens when the handle is rotated.

| Attributes | Description | 
|---|---|
| Interaction Distance | Distance from which the openable unlocked door can be triggered to open. | 
| Open Time | Time in seconds to fully open the openable unlocked door. | 
| Close Time | Time in seconds to fully close the openable unlocked door. | 
| Open Angle | Angle change for the openable unlocked door to rotate when opened. | 
| Handle Interact Distance | Distance from which the handle can be triggered. | 
| Handle1 Rotation Angle | Angle change for the door handle1 when rotated. | 
| Handle2 Rotation Angle | Angle change for the door handle2 when rotated. | 
| Handle1 Rotation Time | Time in seconds to rotate the door handle1. | 
| Handle2 Rotation Time | Time in seconds to rotate the door handle2. | 
Events and Actions
Events
- OnOpened: When the unlocked door is opened.
 - OnClosed: When the unlocked door is closed.
 
Conditions
- IsOpen: If the unlocked door is open.
 
Actions
- Open: Open the unlocked door.
 - Close: Close the unlocked door.