GestureRecognizer.NavigationStartedEventDelegate

Switch to Manual
public delegatevoid NavigationStartedEventDelegate (XR.WSA.Input.InteractionSourceKind source, Vector3 normalizedOffset, Ray headRay);

Parameters

source指示触发此事件的输入媒体。
normalizedOffset导航手势的单位立方体内输入的标准化偏移量(自导航手势开始后)。
headRay此手势开始时来自用户的射线(具有标准化方向)。

Description

指示开始事件的回调。

用户应向 NavigationStartedEvent 注册。