Version: 2022.2
언어: 한국어
public bool keepWaiting ;

설명

Indicates if coroutine should be kept suspended.

To keep coroutine suspended, return true. To let coroutine proceed with execution, return false.