UxrHandPoseAsset.GetHandDescriptor Method (UxrHandSide, UxrBlendPoseType)

Gets the hand descriptor for the given hand, based on the PoseType.

Namespace: UltimateXR.Manipulation.HandPoses
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public UxrHandDescriptor GetHandDescriptor(
	UxrHandSide handSide,
	UxrBlendPoseType blendPoseType = UxrBlendPoseType.None
)

Parameters

 

handSide
Type: UltimateXR.Core.UxrHandSide
Hand to get the descriptor for
blendPoseType (Optional)
Type: UltimateXR.Manipulation.HandPoses.UxrBlendPoseType
If PoseType is Blend, whether to get the open or closed pose descriptor.

Return Value

Type: UxrHandDescriptor
Hand descriptor

See Also

Reference

UxrHandPoseAsset Class
GetHandDescriptor Overload
UltimateXR.Manipulation.HandPoses Namespace