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
Name | Description | |
---|---|---|
UxrAvatarEventArgs | Constructor. |
Properties
Name | Description | |
---|---|---|
Avatar | Gets the Avatar the event belongs to. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |