PlayModeTestUtilities Class
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.
public ref class PlayModeTestUtilities
public class PlayModeTestUtilities
type PlayModeTestUtilities = class
Public Class PlayModeTestUtilities
- Inheritance
-
PlayModeTestUtilities
Constructors
PlayModeTestUtilities() |
Fields
UseSlowTestController |
If true, the controller movement test steps will take a longer number of frames. This is especially useful for seeing motion in play mode tests (where the default smaller number of frames tends to make tests too fast to be understandable to the human eye). This is false by default to ensure that tests will run quickly in general, and can be set to true manually in specific test cases using the example below. |
Properties
ControllerMoveSteps |
The number of frames that elapse for each test controller movement, taking into account if slow test controller mode has been engaged. |
HandMoveSteps |
Obsolete.
The number of frames that elapse for each test controller movement, taking into account if slow test controller mode has been engaged. |
UseSlowTestHand |
Obsolete.
If true, the controller movement test steps will take a longer number of frames. This is especially useful for seeing motion in play mode tests (where the default smaller number of frames tends to make tests too fast to be understandable to the human eye). This is false by default to ensure that tests will run quickly in general, and can be set to true manually in specific test cases using the example below. |