IMixedRealityHandVisualizer.TryGetJointTransform 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.
Caution
Use HandJointUtils.TryGetJointPose instead of this
Get a game object following the hand joint.
public:
bool TryGetJointTransform(Microsoft::MixedReality::Toolkit::Utilities::TrackedHandJoint joint, [Runtime::InteropServices::Out] UnityEngine::Transform ^ % jointTransform);
[System.Obsolete("Use HandJointUtils.TryGetJointPose instead of this")]
public bool TryGetJointTransform (Microsoft.MixedReality.Toolkit.Utilities.TrackedHandJoint joint, out UnityEngine.Transform jointTransform);
[<System.Obsolete("Use HandJointUtils.TryGetJointPose instead of this")>]
abstract member TryGetJointTransform : Microsoft.MixedReality.Toolkit.Utilities.TrackedHandJoint * Transform -> bool
Public Function TryGetJointTransform (joint As TrackedHandJoint, ByRef jointTransform As Transform) As Boolean
Parameters
- joint
- TrackedHandJoint
- jointTransform
- UnityEngine.Transform
Returns
- Attributes