Functions
6GetTouchpadMode
(pad: VRTouchpad) → VRTouchpadMode
| Field | XML type | Value |
|---|
Name | string | GetTouchpadMode |
summary | string | Returns the input mode assigned to a VR controller touchpad. |
GetUserCFrame
(type: UserCFrame) → CoordinateFrame
| Field | XML type | Value |
|---|
Name | string | GetUserCFrame |
summary | string | Returns the current CFrame for the requested VR user CFrame. |
GetUserCFrameEnabled
(type: UserCFrame) → bool
| Field | XML type | Value |
|---|
Name | string | GetUserCFrameEnabled |
summary | string | Returns true when tracking is available for the requested VR user CFrame. |
RecenterUserHeadCFrame
() → void
| Field | XML type | Value |
|---|
Name | string | RecenterUserHeadCFrame |
summary | string | Requests recentering of the user's head CFrame. |
RequestNavigation
(cframe: CoordinateFrame, inputUserCFrame: UserCFrame) → void
| Field | XML type | Value |
|---|
Name | string | RequestNavigation |
summary | string | Requests VR navigation for the supplied CFrame and input user CFrame. |
SetTouchpadMode
(pad: VRTouchpad, mode: VRTouchpadMode) → void
| Field | XML type | Value |
|---|
Name | string | SetTouchpadMode |
summary | string | Assigns an input mode to a VR controller touchpad. |