IEditModeTestYieldInstruction

interface in UnityEngine.TestTools

Cambiar al Manual

Descripción

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.

Funciones Públicas

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