UxrAvatarRig.PushHandTransforms Method

Saves all the transform information of the bones of a hand so that it can later be restored using PopHandTransforms(UxrAvatarHand, Dictionary(Transform, UxrTransform)).

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

Syntax

C#

public static Dictionary<Transform, UxrTransform> PushHandTransforms(
	UxrAvatarHand hand
)

Parameters

 

hand
Type: UltimateXR.Avatar.Rig.UxrAvatarHand
Hand to store all the transforms information of

Return Value

Type: Dictionary(Transform, UxrTransform)
Transform information

See Also

Reference

UxrAvatarRig Class
UltimateXR.Avatar.Rig Namespace