Class BaseWindowsMixedRealitySource
A Windows Mixed Reality Source Instance.
Inheritance
BaseWindowsMixedRealitySource
Assembly: cs.temp.dll.dll
public abstract class BaseWindowsMixedRealitySource : BaseController
Constructors
Declaration
protected BaseWindowsMixedRealitySource(TrackingState trackingState, Handedness sourceHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
Parameters
Type |
Name |
Description |
TrackingState |
trackingState |
|
Handedness |
sourceHandedness |
|
IMixedRealityInputSource |
inputSource |
|
MixedRealityInteractionMapping[] |
interactions |
|
Properties
Declaration
public override MixedRealityInteractionMapping[] DefaultLeftHandedInteractions { get; }
Property Value
Type |
Description |
MixedRealityInteractionMapping[] |
|
Declaration
public override MixedRealityInteractionMapping[] DefaultRightHandedInteractions { get; }
Property Value
Type |
Description |
MixedRealityInteractionMapping[] |
|
Methods
Declaration
public override void SetupDefaultInteractions(Handedness controllerHandedness)
Parameters
Type |
Name |
Description |
Handedness |
controllerHandedness |
|