◆ EventTriggerPermission
Enumerator |
---|
NotReady | Do not trigger any event(in this script)
|
AfterGameTime | Wait after the provided game time(m_TiggerNotEarlyThanGameTime)
|
Ready | Allow trigger events(in this script)
|
◆ m_TiggerNotEarlyThanGameTime
float OnEnableTrigger.m_TiggerNotEarlyThanGameTime = 1f |
Do not trigger any event(in this script) earlier than this game time, game time is the time since the begin of the app started. (Why? Sometimes you need to wait for other scripts to completely initiated before calling their methods.)
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/SWAN Dev/Common/OnEnableTrigger.cs