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

NameDescription
Public methodUxrAvatarHandPoseChangeEventArgs Constructor.

Properties

NameDescription
Public propertyBlendValue Gets the new blend value if the pose type is Blend.
Public propertyHandSide Gets which hand the event belongs to.
Public propertyPoseName Gets the name of the pose to change to.

Methods

NameDescription
Public methodToString Returns a string that represents the current object. (Overrides Object.ToString().)

Extension Methods

NameDescription
Public Extension MethodThrowIfNull Throws an exception if the object is null. (Defined by ObjectExt.)

See Also

Reference

UltimateXR.Avatar Namespace