Class ExitPlayMode
Implements IEditModeTestYieldInstruction. A new instance of the class is a yield instruction to exit Play Mode.
Implements
Inherited Members
Namespace: UnityEngine.TestTools
Assembly: solution.dll
Syntax
public class ExitPlayMode : IEditModeTestYieldInstruction
Constructors
Name | Description |
---|---|
ExitPlayMode() | Sets ExpectDomainReload and ExpectedPlaymodeState to false. |
Properties
Name | Description |
---|---|
ExpectDomainReload | Gets the value of ExpectDomainReload |
ExpectedPlaymodeState | Gets the value of ExpectedPlaymodeState |
Methods
Name | Description |
---|---|
Perform() | Performs the multi-step instruction of exiting PlayMode. |