ArticulatedHandDefinition(IMixedRealityInputSource, Handedness) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor.
public:
ArticulatedHandDefinition(Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSource ^ source, Microsoft::MixedReality::Toolkit::Utilities::Handedness handedness);
public ArticulatedHandDefinition (Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource source, Microsoft.MixedReality.Toolkit.Utilities.Handedness handedness);
new Microsoft.MixedReality.Toolkit.Input.ArticulatedHandDefinition : Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource * Microsoft.MixedReality.Toolkit.Utilities.Handedness -> Microsoft.MixedReality.Toolkit.Input.ArticulatedHandDefinition
Public Sub New (source As IMixedRealityInputSource, handedness As Handedness)
Parameters
- source
- IMixedRealityInputSource
The input source backing this definition instance. Used for raising events.
- handedness
- Handedness
The handedness that this definition instance represents.