AsyncCall Class |
Namespace: KSPDev.ProcessingUtils
The AsyncCall type exposes the following members.
| Name | Description | |
|---|---|---|
| AsyncWaitForPhysics | ||
| CallOnEndOfFrame | Delays execution of the delegate till the end of the frame. | |
| CallOnFixedUpdate | Delays execution of the delegate till the next fixed update. | |
| CallOnTimeout | Delays execution of the delegate for the specified amount of time. | |
| WaitForPhysics |
Delays execution until the specified condition is reached. Waiting is limited by the specified
number of fixed frame updates.
|