XR輸入裝置資訊。

interface XRInputInfo {
    handedness: string;
    worldPosition: PointLike3D;
    worldUp: PointLike3D;
    worldView: PointLike3D;
}

Properties

handedness: string

慣用手

worldPosition: PointLike3D

世界位置

worldUp: PointLike3D

世界 Up

worldView: PointLike3D

世界 View

Generated using TypeDoc