class in UnityEngine
/
Inherits from:YieldInstruction
/
Implemented in:UnityEngine.CoreModule
Waits until next fixed frame rate update function. Additional resources: FixedUpdate.
WaitForFixedUpdate can only be used with a yield
statement in coroutines.
Additional resources: AsyncOperation, WaitForEndOfFrame, WaitForSeconds, WaitForSecondsRealtime, WaitUntil, WaitWhile.