PlayModeTestUtilities.WaitForEnterKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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