CustomYieldInstruction.keepWaiting
public bool keepWaiting;
Description 描述
Indicates if coroutine should be kept suspended.
To keep coroutine suspended, return true. To let coroutine proceed with execution, return false.
Indicates if coroutine should be kept suspended.
To keep coroutine suspended, return true. To let coroutine proceed with execution, return false.