Version: 2018.4

IEditModeTestYieldInstruction

interface in UnityEngine.TestTools

マニュアルに切り替える

説明

Implement this interface to create yield instructions for use in Editor Tests.

変数

ExpectDomainReloadReturns whether this yield instruction expects a domain reload to occur.
ExpectedPlaymodeStateReturns whether the yield instruction expects the Editor to be in Play Mode.

Public 関数

PerformImplement this method to perform multi-frame operations when creating a yield instruction.