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

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

    Show / Hide Table of Contents

    Class OculusTouchController

    Inheritance
    Object
    GenericOpenVRController
    OculusTouchController
    Inherited Members
    GenericOpenVRController.LastXrNodeStateReading
    GenericOpenVRController.UpdateController()
    GenericOpenVRController.UpdateControllerData(XRNodeState)
    GenericOpenVRController.TryRenderControllerModel(Type, InputSourceType)
    Namespace: Microsoft.MixedReality.Toolkit.OpenVR.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class OculusTouchController : GenericOpenVRController

    Constructors

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

    Constructor.

    Declaration
    public OculusTouchController(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[]
    Overrides
    GenericOpenVRController.DefaultLeftHandedInteractions

    DefaultRightHandedInteractions

    Declaration
    public override MixedRealityInteractionMapping[] DefaultRightHandedInteractions { get; }
    Property Value
    Type Description
    MixedRealityInteractionMapping[]
    Overrides
    GenericOpenVRController.DefaultRightHandedInteractions
    Back to top Generated by DocFX