PlayModeTestUtilities.WaitForEnterKey Method

Definition

Waits for the user to press the enter key before a test continues. Not actually used by any test, but it is useful when debugging since you can pause the state of the test and inspect the scene.

public:
 static System::Collections::IEnumerator ^ WaitForEnterKey();
public static System.Collections.IEnumerator WaitForEnterKey ();
static member WaitForEnterKey : unit -> System.Collections.IEnumerator
Public Shared Iterator Function WaitForEnterKey () As IEnumerator

Returns

Applies to