Method Perform
Perform()
Performs the multi-step instruction of exiting 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 not in PlayMode. |