Method Perform
Perform()
Perform the multi step instruction of triggering a recompilation of scripts and waiting for its completion.
Declaration
public IEnumerator Perform()
Returns
Type | Description |
---|---|
IEnumerator | An IEnumerator with the async steps. |
Implements
Exceptions
Type | Condition |
---|---|
Exception | Throws an exception if the editor does not need to recompile scripts or if the script compilation failed when expected to succeed. |