InputRayUtils 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.
Utilities for accessing position, rotation of rays.
public ref class InputRayUtils abstract sealed
public static class InputRayUtils
type InputRayUtils = class
Public Class InputRayUtils
- Inheritance
-
InputRayUtils
Methods
GetHeadGazeRay() |
Gets the ray representing the position and direction of the user's head. |
TryGetEyeGazeRay(Ray) |
Gets the ray representing the position and direction of the user's eyes. |
TryGetHandRay(Handedness, Ray) |
Gets the ray associated with the user's hand. |
TryGetMotionControllerRay(Handedness, Ray) |
Gets the ray associated with the motion controller. |
TryGetRay(InputSourceType, Handedness, Ray) |
Gets the ray associated with the desired input source type and hand. |