mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0
  • 指南
  • API 文档
  • API 文档

    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.

    In This Article
    • Fields
    Back to top Generated by DocFX