IMixedRealityEyeGazeProvider.UpdateEyeGaze 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.
Tells the eye gaze provider that eye gaze has updated.
public:
void UpdateEyeGaze(Microsoft::MixedReality::Toolkit::Input::IMixedRealityEyeGazeDataProvider ^ provider, UnityEngine::Ray eyeRay, DateTime timestamp);
public void UpdateEyeGaze (Microsoft.MixedReality.Toolkit.Input.IMixedRealityEyeGazeDataProvider provider, UnityEngine.Ray eyeRay, DateTime timestamp);
abstract member UpdateEyeGaze : Microsoft.MixedReality.Toolkit.Input.IMixedRealityEyeGazeDataProvider * UnityEngine.Ray * DateTime -> unit
Public Sub UpdateEyeGaze (provider As IMixedRealityEyeGazeDataProvider, eyeRay As Ray, timestamp As DateTime)
Parameters
- provider
- IMixedRealityEyeGazeDataProvider
The provider raising the event.
- eyeRay
- UnityEngine.Ray
- timestamp
- DateTime
Remarks
This method is to be called by implementations of the IMixedRealityEyeGazeDataProvider interface, not by application code.