日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class OculusXRSDKTouchController

    Inheritance
    Object
    OculusXRSDKTouchController
    Namespace: Microsoft.MixedReality.Toolkit.XRSDK.Oculus.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class OculusXRSDKTouchController : GenericXRSDKController

    Constructors

    OculusXRSDKTouchController(TrackingState, Handedness, IMixedRealityInputSource, MixedRealityInteractionMapping[])

    Constructor.

    Declaration
    public OculusXRSDKTouchController(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
    Parameters
    Type Name Description
    TrackingState trackingState
    Handedness controllerHandedness
    IMixedRealityInputSource inputSource
    MixedRealityInteractionMapping[] interactions

    Properties

    DefaultLeftHandedInteractions

    Declaration
    public override MixedRealityInteractionMapping[] DefaultLeftHandedInteractions { get; }
    Property Value
    Type Description
    MixedRealityInteractionMapping[]

    DefaultRightHandedInteractions

    Declaration
    public override MixedRealityInteractionMapping[] DefaultRightHandedInteractions { get; }
    Property Value
    Type Description
    MixedRealityInteractionMapping[]

    Methods

    UpdateButtonData(MixedRealityInteractionMapping, InputDevice)

    Declaration
    protected override void UpdateButtonData(MixedRealityInteractionMapping interactionMapping, InputDevice inputDevice)
    Parameters
    Type Name Description
    MixedRealityInteractionMapping interactionMapping
    InputDevice inputDevice
    Back to top Generated by DocFX