UxrAvatar.SetCurrentHandPoseImmediately Method (UxrHandSide, UxrHandPoseAsset, 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,
UxrHandPoseAsset handPoseAsset,
UxrBlendPoseType blendPoseType = UxrBlendPoseType.None
)
Parameters
- handSide
- Type: UltimateXR.Core.UxrHandSide
Which hand to apply the pose to - handPoseAsset
- Type: UltimateXR.Manipulation.HandPoses.UxrHandPoseAsset
Hand pose - 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