UxrAvatar.SetCurrentHandPoseImmediately Method (UxrHandSide, String, UxrBlendPoseType)

Adopts a given hand pose by changing the transforms immediately. The bones may be overriden at any other point or the next frame if there is a hand pose currently enabled using SetCurrentHandPose(UxrHandSide, String, Single, Boolean).

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

Syntax

C#

public void SetCurrentHandPoseImmediately(
	UxrHandSide handSide,
	string poseName,
	UxrBlendPoseType blendPoseType = UxrBlendPoseType.None
)

Parameters

 

handSide
Type: UltimateXR.Core.UxrHandSide
Which hand to apply the pose to
poseName
Type: System.String
Hand pose name
blendPoseType (Optional)
Type: UltimateXR.Manipulation.HandPoses.UxrBlendPoseType
Blend pose to use if the hand pose is Blend

See Also

Reference

UxrAvatar Class
SetCurrentHandPoseImmediately Overload
UltimateXR.Avatar Namespace