Click or drag to resize

AsyncCall Methods

The AsyncCall type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleAsyncWaitForPhysics
Public methodStatic memberCode exampleCallOnEndOfFrame
Delays execution of the delegate till the end of the frame.
Public methodStatic memberCode exampleCallOnFixedUpdate
Delays execution of the delegate till the next fixed update.
Public methodStatic memberCode exampleCallOnTimeout
Delays execution of the delegate for the specified amount of time.
Public methodStatic memberCode exampleWaitForPhysics
Delays execution until the specified condition is reached. Waiting is limited by the specified number of fixed frame updates.
Top
See Also