Method Perform
Perform()
Performs the multi-step instructions of entering PlayMode.
선언
public IEnumerator Perform()
반환
| 타입 | 설명 |
|---|---|
| IEnumerator | An IEnumerator with the async steps. |
구현
예외
| 타입 | 조건 |
|---|---|
| Exception | An exception is thrown if the editor is already in PlayMode or if script compilation failed. |