UxrAvatarRig.UpdateHandUsingDescriptor Method (UxrAvatar, UxrHandSide, UxrHandDescriptor)

Updates an avatar’s hand transforms using a fixed hand descriptor.

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 handDescriptor
)

Parameters

 

avatar
Type: UltimateXR.Avatar.UxrAvatar
The avatar to update
handSide
Type: UltimateXR.Core.UxrHandSide
Which hand to update
handDescriptor
Type: UltimateXR.Manipulation.HandPoses.UxrHandDescriptor
The descriptor to get the data from

See Also

Reference

UxrAvatarRig Class
UpdateHandUsingDescriptor Overload
UltimateXR.Avatar.Rig Namespace