UxrAvatarRig.UpdateHandUsingRuntimeDescriptor Method (UxrAvatar, UxrHandSide, UxrRuntimeHandDescriptor, UxrRuntimeHandDescriptor, Single)

Updates the hand transforms blending between two runtime hand descriptors.

Namespace: UltimateXR.Avatar.Rig
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static void UpdateHandUsingRuntimeDescriptor(
	UxrAvatar avatar,
	UxrHandSide handSide,
	UxrRuntimeHandDescriptor handDescriptorA,
	UxrRuntimeHandDescriptor handDescriptorB,
	float blend
)

Parameters

 

avatar
Type: UltimateXR.Avatar.UxrAvatar
Avatar to update
handSide
Type: UltimateXR.Core.UxrHandSide
The hand to update
handDescriptorA
Type: UltimateXR.Avatar.Rig.UxrRuntimeHandDescriptor
The runtime descriptor of the hand pose to blend from
handDescriptorB
Type: UltimateXR.Avatar.Rig.UxrRuntimeHandDescriptor
The runtime descriptor of the hand pose to blend to
blend
Type: System.Single
Interpolation value [0.0, 1.0]

See Also

Reference

UxrAvatarRig Class
UpdateHandUsingRuntimeDescriptor Overload
UltimateXR.Avatar.Rig Namespace