docs.unity3d.com
    Show / Hide Table of Contents

    Class GearVRTrackedController

    A Gear VR controller.

    Inheritance
    Object
    GearVRTrackedController
    OculusGoController
    Namespace: Unity.XR.Oculus.Input
    Syntax
    [Preserve]
    public class GearVRTrackedController : XRController
    Remarks

    This device was never supported by the Oculus XR Plugin and will be removed in a future Oculus XR Plugin. Use OculusGoController instead if targeting the Oculus Go.

    Properties

    back

    Declaration
    [Preserve]
    public ButtonControl back { get; }
    Property Value
    Type Description
    ButtonControl

    deviceAcceleration

    Declaration
    [Preserve]
    public Vector3Control deviceAcceleration { get; }
    Property Value
    Type Description
    Vector3Control

    deviceAngularAcceleration

    Declaration
    [Preserve]
    public Vector3Control deviceAngularAcceleration { get; }
    Property Value
    Type Description
    Vector3Control

    deviceAngularVelocity

    Declaration
    [Preserve]
    public Vector3Control deviceAngularVelocity { get; }
    Property Value
    Type Description
    Vector3Control

    devicePosition

    Declaration
    [Preserve]
    public Vector3Control devicePosition { get; }
    Property Value
    Type Description
    Vector3Control

    deviceRotation

    Declaration
    [Preserve]
    public QuaternionControl deviceRotation { get; }
    Property Value
    Type Description
    QuaternionControl

    isTracked

    Declaration
    [Preserve]
    public ButtonControl isTracked { get; }
    Property Value
    Type Description
    ButtonControl

    touchpad

    Declaration
    [Preserve]
    public Vector2Control touchpad { get; }
    Property Value
    Type Description
    Vector2Control

    touchpadClicked

    Declaration
    [Preserve]
    public ButtonControl touchpadClicked { get; }
    Property Value
    Type Description
    ButtonControl

    touchpadTouched

    Declaration
    [Preserve]
    public ButtonControl touchpadTouched { get; }
    Property Value
    Type Description
    ButtonControl

    trackingState

    Declaration
    [Preserve]
    public IntegerControl trackingState { get; }
    Property Value
    Type Description
    IntegerControl

    trigger

    Declaration
    [Preserve]
    public AxisControl trigger { get; }
    Property Value
    Type Description
    AxisControl

    triggerPressed

    Declaration
    [Preserve]
    public ButtonControl triggerPressed { get; }
    Property Value
    Type Description
    ButtonControl

    Methods

    FinishSetup()

    Declaration
    protected override void FinishSetup()
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023