UxrAvatarRig.UpdateHandUsingDescriptor Method (UxrAvatar, UxrHandSide, UxrHandDescriptor, UxrHandDescriptor, Single)
Updates an avatar’s hand transforms using two hand descriptors and a blend value.
Namespace: UltimateXR.Avatar.Rig
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static void UpdateHandUsingDescriptor(
UxrAvatar avatar,
UxrHandSide handSide,
UxrHandDescriptor handDescriptorA,
UxrHandDescriptor handDescriptorB,
float blend
)
Parameters
- avatar
- Type: UltimateXR.Avatar.UxrAvatar
The avatar to update - handSide
- Type: UltimateXR.Core.UxrHandSide
Which hand to update - handDescriptorA
- Type: UltimateXR.Manipulation.HandPoses.UxrHandDescriptor
The descriptor for the hand pose to blend from - handDescriptorB
- Type: UltimateXR.Manipulation.HandPoses.UxrHandDescriptor
The descriptor for the hand pose to blend to - blend
- Type: System.Single
The interpolation value [0.0, 1.0]
See Also
Reference
UxrAvatarRig Class
UpdateHandUsingDescriptor Overload
UltimateXR.Avatar.Rig Namespace