XRNode

enumeration

Switch to Manual

Description

Enumeration of XR nodes which can be updated by XR input or sent haptic data.

Note: The types GameController, TrackingReference, and HardwareTracker are considered non-singleton nodes, as there can be many of each available. As a result, InputTracking.GetLocalPosition, and InputTracking.GetLocalRotation will not work with those values. Please use InputTracking.GetNodeStates instead. Note: Only XR nodes with valid haptic devices as endpoints can be sent haptic data.

Variables

LeftEye表示左眼的节点。
RightEye表示右眼的节点。
CenterEye表示左眼和右眼之间的点的节点。
Head表示用户头部的节点。
LeftHand表示左手的节点。
RightHand表示右手的节点。
GameController表示与特定的手无关的跟踪游戏控制器。
TrackingReference表示可用作跟踪区域中的参考点的静止物理设备。
HardwareTracker表示为自身附加的对象提供跟踪数据的物理设备。