WaitForFixedUpdate

class in UnityEngine

/

Inherits from:YieldInstruction

/

Implemented in:UnityEngine.CoreModule

Description

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.

Inherited Members


Did you find this page useful? Please give it a rating: