Class ExitPlayMode
Implements IEditModeTestYieldInstruction. A new instance of the class is a yield instruction to exit Play Mode.
상속된 멤버
네임스페이스: UnityEngine.TestTools
어셈블리: solution.dll
구문
public class ExitPlayMode : IEditModeTestYieldInstruction
생성자
이름 | 설명 |
---|---|
ExitPlayMode() | Sets ExpectDomainReload and ExpectedPlaymodeState to false. |
프로퍼티
이름 | 설명 |
---|---|
ExpectDomainReload | Gets the value of ExpectDomainReload |
ExpectedPlaymodeState | Gets the value of ExpectedPlaymodeState |
메서드
이름 | 설명 |
---|---|
Perform() | Performs the multi-step instruction of exiting PlayMode. |