Method Perform
Perform()
Performs the multi-step instructions of entering PlayMode.
Declaration
public IEnumerator Perform()
Returns
| Type | Description |
|---|---|
| IEnumerator | An IEnumerator with the async steps. |
Implements
Exceptions
| Type | Condition |
|---|---|
| Exception | An exception is thrown if the editor is already in PlayMode or if script compilation failed. |