We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Enum AxisType

    The AxisType identifies the type of button or input being sent to the framework from a controller. This is mainly information only or for advanced users to understand the input coming directly from the controller.

    Namespace: Microsoft.MixedReality.Toolkit.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public enum AxisType

    Fields

    Name Description
    Digital

    Digital On/Off input.

    DualAxis

    Dual Axis analogue input.

    None

    No Specified type.

    Raw

    Raw stream from input (proxy only).

    SingleAxis

    Single Axis analogue input.

    SixDof

    Position AND Rotation analogue input.

    ThreeDofPosition

    Position only Axis analogue input.

    ThreeDofRotation

    Rotation only Axis analogue input.

    Back to top Generated by DocFX