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
    Back to top Generated by DocFX