UxrAvatar.SetCurrentHandPoseBlendValue Method

Sets the currently active pose blend value, if the current pose is Blend.

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

Syntax

C#

public void SetCurrentHandPoseBlendValue(
	UxrHandSide handSide,
	float blendValue,
	bool propagateEvents = true
)

Parameters

 

handSide
Type: UltimateXR.Core.UxrHandSide
Which hand the new pose will be applied to
blendValue
Type: System.Single
The blend value if the pose is a blend pose
propagateEvents (Optional)
Type: System.Boolean
Whether the change should generate events (HandPoseChanging, HandPoseChanged, [!:GlobalHandPoseChanging], [!:GlobalHandPoseChanged]).

See Also

Reference

UxrAvatar Class
UltimateXR.Avatar Namespace