|
Iuvo Unity 0.5.1
This is library containing a variety of helper classes and extension methods for the Unity gane engine. GitHub | Iuvo Unity Updates | Creator |
Public Member Functions | |
| void | OnPause () |
| void | OnResume () |
| void | PauseFor (float seconds) |
| IEnumerator | ResumeAfterDelay (float seconds) |
| Public Member Functions inherited from IuvoUnity.Interfaces.IEnableable | |
| void | OnEnable () |
| Public Member Functions inherited from IuvoUnity.Interfaces.IActivatable | |
| void | OnActivate () |
Properties | |
| bool | IsPaused [get, set] |
| Properties inherited from IuvoUnity.Interfaces.ITogglable | |
| bool | IsEnabled [get, set] |
| bool | IsActive [get, set] |
|
abstract |
Referenced by PauseFor().
|
abstract |
Referenced by ResumeAfterDelay().
| void IuvoUnity.Interfaces.IPausable.PauseFor | ( | float | seconds | ) |
References IsPaused, OnPause(), ResumeAfterDelay(), and IuvoUnity.Singletons.CoroutineManager.RunCoroutine().
| IEnumerator IuvoUnity.Interfaces.IPausable.ResumeAfterDelay | ( | float | seconds | ) |
References IuvoUnity.Singletons.CoroutineManager.GetWaitForSeconds(), IsPaused, and OnResume().
Referenced by PauseFor().
|
getset |
Referenced by PauseFor(), and ResumeAfterDelay().