UxrAvatarHandPoseChangeEventArgs Class
Event args for a hand pose change in an UxrAvatar.
Inheritance Hierarchy
System.Object
System.EventArgs
UltimateXR.Avatar.UxrAvatarEventArgs
UltimateXR.Avatar.UxrAvatarHandPoseChangeEventArgs
Namespace: UltimateXR.Avatar
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public class UxrAvatarHandPoseChangeEventArgs : UxrAvatarEventArgs
The UxrAvatarHandPoseChangeEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UxrAvatarHandPoseChangeEventArgs | Constructor. |
Properties
Name | Description | |
---|---|---|
BlendValue | Gets the new blend value if the pose type is Blend. | |
HandSide | Gets which hand the event belongs to. | |
PoseName | Gets the name of the pose to change to. |
Methods
Name | Description | |
---|---|---|
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |