UxrAvatarRig.UpdateHandUsingDescriptor Method (UxrAvatarHand, UxrHandDescriptor, UxrUniversalLocalAxes, UxrUniversalLocalAxes)
Updates the hand transforms using a hand descriptor.
Namespace: UltimateXR.Avatar.Rig
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static void UpdateHandUsingDescriptor(
UxrAvatarHand hand,
UxrHandDescriptor handDescriptor,
UxrUniversalLocalAxes handLocalAxes,
UxrUniversalLocalAxes handLocalFingerAxes
)
Parameters
- hand
- Type: UltimateXR.Avatar.Rig.UxrAvatarHand
The hand to update - handDescriptor
- Type: UltimateXR.Manipulation.HandPoses.UxrHandDescriptor
The descriptor of the hand pose - handLocalAxes
- Type: UltimateXR.Core.Math.UxrUniversalLocalAxes
The universal coordinate system of the hand transform - handLocalFingerAxes
- Type: UltimateXR.Core.Math.UxrUniversalLocalAxes
The universal coordinate system of the finger transforms
See Also
Reference
UxrAvatarRig Class
UpdateHandUsingDescriptor Overload
UltimateXR.Avatar.Rig Namespace