ToggleGazeSource 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.
Example script to test toggling the gaze provider source from platform-specific overrides to the default camera frame center.
public ref class ToggleGazeSource : UnityEngine::MonoBehaviour
public class ToggleGazeSource : UnityEngine.MonoBehaviour
type ToggleGazeSource = class
inherit MonoBehaviour
Public Class ToggleGazeSource
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourToggleGazeSource
Constructors
ToggleGazeSource() |
Methods
ToggleGazeOverride() |
Toggles the value of IMixedRealityGazeProviderWithOverride's UseHeadGazeOverride. |