UxrAvatarRig.PopHandTransforms Method

Restores all the transform information of the bones of a hand saved using PushHandTransforms(UxrAvatarHand).

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

Syntax

C#

public static void PopHandTransforms(
	UxrAvatarHand hand,
	Dictionary<Transform, UxrTransform> transforms
)

Parameters

 

hand
Type: UltimateXR.Avatar.Rig.UxrAvatarHand
Hand to restore
transforms
Type: System.Collections.Generic.Dictionary(Transform, UxrTransform)
Transform information

Remarks

The transform information is restored using local position/rotation/scale values

See Also

Reference

UxrAvatarRig Class
UltimateXR.Avatar.Rig Namespace