Yield
Yield()
protected YieldAwaitable Yield() ;
Description
Gets an awaitable asynchronous task that waits until the next OnUpdate call.
Returns
Returns awaitable async task
Yield(PlayableBehaviour.YieldTiming)
Description
Gets an awaitable asynchronous task that waits until the next method call.
Parameters
Parameter Name | Description |
---|---|
timing | Timing to wait until called |
Returns
Returns awaitable async task