UxrAvatarUpdateEventArgs Class
Contains information about an avatar update event.
Inheritance Hierarchy
System.Object
System.EventArgs
UltimateXR.Avatar.UxrAvatarEventArgs
UltimateXR.Avatar.UxrAvatarUpdateEventArgs
Namespace: UltimateXR.Avatar
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public class UxrAvatarUpdateEventArgs : UxrAvatarEventArgs
The UxrAvatarUpdateEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UxrAvatarUpdateEventArgs | Constructor. |
Properties
Name | Description | |
---|---|---|
UpdateStage | Gets the update stage the update event belongs to. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |