docs.unity3d.com
    Show / Hide Table of Contents

    Class OculusTouchController

    An Oculus Touch controller.

    Inheritance
    Object
    OculusTouchController
    Namespace: Unity.XR.Oculus.Input
    Syntax
    [Preserve]
    public class OculusTouchController : XRControllerWithRumble

    Properties

    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

    deviceVelocity

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

    grip

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

    gripPressed

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

    isTracked

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

    primaryButton

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

    primaryTouched

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

    secondaryButton

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

    secondaryTouched

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

    start

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

    thumbstick

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

    thumbstickClicked

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

    thumbstickTouched

    Declaration
    [Preserve]
    public ButtonControl thumbstickTouched { 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

    triggerTouched

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

    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