GestureRecognizer.ManipulationUpdatedEventDelegate

切换到手册
public delegatevoid ManipulationUpdatedEventDelegate (XR.WSA.Input.InteractionSourceKind source, Vector3 cumulativeDelta, Ray headRay);

参数

source指示触发此事件的输入媒体。
cumulativeDelta自操作手势开始后移动的总距离。
headRay此手势开始时来自用户的射线(具有标准化方向)。

描述

指示更新事件的回调。

用户应向 ManipulationUpdatedEvent 注册。