UxrAvatarSyncEventArgs Class
Describes an event raised by an UxrAvatar that can also be played back. This facilitates the manipulation synchronization through network.
Inheritance Hierarchy
System.Object
System.EventArgs
UltimateXR.Core.StateSync.UxrStateSyncEventArgs
UltimateXR.Avatar.UxrAvatarSyncEventArgs
Namespace: UltimateXR.Avatar
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public class UxrAvatarSyncEventArgs : UxrStateSyncEventArgs
The UxrAvatarSyncEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UxrAvatarSyncEventArgs(UxrAvatarHandPoseChangeEventArgs) | Constructor for an HandPose event. | |
UxrAvatarSyncEventArgs(UxrAvatarMoveEventArgs) | Constructor for an AvatarMove event. |
Properties
Name | Description | |
---|---|---|
AvatarMoveEventArgs | Gets the event parameters for an AvatarMove event. | |
EventType | Gets the event type. | |
HandPoseChangeEventArgs | Gets the event parameters for an HandPose event. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |