mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class BaseWindowsMixedRealityXRSDKSource

    A Windows Mixed Reality source instance.

    Inheritance
    Object
    BaseWindowsMixedRealityXRSDKSource
    WindowsMixedRealityXRSDKArticulatedHand
    WindowsMixedRealityXRSDKGGVHand
    WindowsMixedRealityXRSDKMotionController
    Namespace: Microsoft.MixedReality.Toolkit.XRSDK.WindowsMixedReality
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseWindowsMixedRealityXRSDKSource : GenericXRSDKController

    Constructors

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

    Constructor.

    Declaration
    protected BaseWindowsMixedRealityXRSDKSource(TrackingState trackingState, Handedness sourceHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
    Parameters
    Type Name Description
    TrackingState trackingState
    Handedness sourceHandedness
    IMixedRealityInputSource inputSource
    MixedRealityInteractionMapping[] interactions
    In This Article
    • Constructors
      • BaseWindowsMixedRealityXRSDKSource(TrackingState, Handedness, IMixedRealityInputSource, MixedRealityInteractionMapping[])
    Back to top Generated by DocFX