InputAnimation.TryGetHandJointCurves Method

Definition

Get animation curves for the pose of the given hand joint, if they exist.

public:
 bool TryGetHandJointCurves(Microsoft::MixedReality::Toolkit::Utilities::Handedness handedness, Microsoft::MixedReality::Toolkit::Utilities::TrackedHandJoint joint, [Runtime::InteropServices::Out] Microsoft::MixedReality::Toolkit::Input::InputAnimation::PoseCurves ^ % curves);
public bool TryGetHandJointCurves (Microsoft.MixedReality.Toolkit.Utilities.Handedness handedness, Microsoft.MixedReality.Toolkit.Utilities.TrackedHandJoint joint, out Microsoft.MixedReality.Toolkit.Input.InputAnimation.PoseCurves curves);
member this.TryGetHandJointCurves : Microsoft.MixedReality.Toolkit.Utilities.Handedness * Microsoft.MixedReality.Toolkit.Utilities.TrackedHandJoint * PoseCurves -> bool
Public Function TryGetHandJointCurves (handedness As Handedness, joint As TrackedHandJoint, ByRef curves As InputAnimation.PoseCurves) As Boolean

Parameters

handedness
Handedness

Returns

Applies to