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

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

    Show / Hide Table of Contents

    Class WindowsMixedRealityOpenVRMotionController

    Open VR Implementation of the Windows Mixed Reality Motion Controllers.

    Inheritance
    Object
    GenericOpenVRController
    WindowsMixedRealityOpenVRMotionController
    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 WindowsMixedRealityOpenVRMotionController : GenericOpenVRController

    Constructors

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

    Constructor.

    Declaration
    public WindowsMixedRealityOpenVRMotionController(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

    PointerOffsetAngle

    Declaration
    public override float PointerOffsetAngle { get; protected set; }
    Property Value
    Type Description
    Single
    Back to top Generated by DocFX