IMixedRealityGazeProviderHeadOverride Interface
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.
Adds ability to override head gaze on a gaze provider.
public interface class IMixedRealityGazeProviderHeadOverride
public interface IMixedRealityGazeProviderHeadOverride
type IMixedRealityGazeProviderHeadOverride = interface
Public Interface IMixedRealityGazeProviderHeadOverride
- Derived
Properties
UseHeadGazeOverride |
If true, platform-specific head gaze override is used, when available. Otherwise, the center of the camera frame is used by default. |
Methods
OverrideHeadGaze(Vector3, Vector3) |
Allows head gaze to be overridden, typically by platform-specific values. |