Method Perform
Perform()
Perform the multi step instruction of triggering a recompilation of scripts and waiting for its completion.
선언
public IEnumerator Perform()
반환
| 타입 | 설명 |
|---|---|
| IEnumerator | An IEnumerator with the async steps. |
구현
예외
| 타입 | 조건 |
|---|---|
| Exception | Throws an exception if the editor does not need to recompile scripts or if the script compilation failed when expected to succeed. |