UxrAvatarEventArgs Class

Base class for avatar events.

Inheritance Hierarchy

System.Object
  System.EventArgs
    UltimateXR.Avatar.UxrAvatarEventArgs
      UltimateXR.Avatar.UxrAvatarHandPoseChangeEventArgs
      UltimateXR.Avatar.UxrAvatarMoveEventArgs
      UltimateXR.Avatar.UxrAvatarStartedEventArgs
      UltimateXR.Avatar.UxrAvatarUpdateEventArgs
Namespace: UltimateXR.Avatar
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public abstract class UxrAvatarEventArgs : EventArgs


The UxrAvatarEventArgs type exposes the following members.

Constructors

NameDescription
Protected methodUxrAvatarEventArgs Constructor.

Properties

NameDescription
Public propertyAvatar Gets the Avatar the event belongs to.

Extension Methods

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

See Also

Reference

UltimateXR.Avatar Namespace