Sequine - Scripting API
|
Static Public Member Functions | |
static IEnumerator | WaitForSeconds (float _duration, bool _timescaleIndependent=true) |
Wait for seconds with no allocation. More... | |
static IEnumerator | WaitForSecondsRealtime (float _duration, bool _timescaleIndependent=true) |
Wait for seconds realtime with no allocation. More... | |
|
static |
Wait for seconds with no allocation.
_duration | |
_timescaleIndependent |
|
static |
Wait for seconds realtime with no allocation.
_duration | |
_timescaleIndependent |