TimedObject.TimeoutEvent
Enum in Zigurous.Utility
Declaration
public enum TimeoutEventDescription
A type of event that occurs when the object is timed out.
Properties
| Destroy | Destroys the object when timed out. |
| Deactivate | Deactivates the object when timed out. |
| Disable | Disables a behaviour on the object when timed out. |