Version: 2019.1

IEditModeTestYieldInstruction

interface in UnityEngine.TestTools

Switch to Manual

Description

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

Variables

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 Functions

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