InputAnimation.TryGetHandJointCurves Method
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.
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
- joint
- TrackedHandJoint
- curves
- InputAnimation.PoseCurves