ClassicCityBuilderKit 1.8.8
|
provides unity events invoked by the most common unity messages like Start or OnEnable
also contains a couple helper functions that may be useful to be called from the events
Public Member Functions | |
void | ResetPosition (bool global) |
void | ResetRotation (bool global) |
Public Attributes | |
UnityEvent | Awakened |
UnityEvent | Enabled |
UnityEvent | Started |
UnityEvent | Disabled |
UnityEvent | Destroyed |
UnityEvent | DestroyedLoaded |