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.