Yield

protected YieldAwaitable Yield() ;

Gets an awaitable asynchronous task that waits until the next OnUpdate call.

Returns awaitable async task

protected YieldAwaitable Yield(PlayableBehaviour.YieldTiming timing) ;

Gets an awaitable asynchronous task that waits until the next method call.

Parameter Name Description
timing Timing to wait until called

Returns awaitable async task