IMixedRealityGazeProvider.UpdateGazeInfoFromHit 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.
Notifies this gaze provider of its new hit details.
public:
void UpdateGazeInfoFromHit(Microsoft::MixedReality::Toolkit::Input::MixedRealityRaycastHit raycastHit);
public void UpdateGazeInfoFromHit (Microsoft.MixedReality.Toolkit.Input.MixedRealityRaycastHit raycastHit);
abstract member UpdateGazeInfoFromHit : Microsoft.MixedReality.Toolkit.Input.MixedRealityRaycastHit -> unit
Public Sub UpdateGazeInfoFromHit (raycastHit As MixedRealityRaycastHit)
Parameters
- raycastHit
- MixedRealityRaycastHit
Remarks
For components that care where the user's looking, we need to separately update the gaze info even if gaze isn't used for focus.