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

NameDescription
Public methodUxrAvatarSyncEventArgs(UxrAvatarHandPoseChangeEventArgs) Constructor for an HandPose event.
Public methodUxrAvatarSyncEventArgs(UxrAvatarMoveEventArgs) Constructor for an AvatarMove event.

Properties

NameDescription
Public propertyAvatarMoveEventArgs Gets the event parameters for an AvatarMove event.
Public propertyEventType Gets the event type.
Public propertyHandPoseChangeEventArgs Gets the event parameters for an HandPose event.

Extension Methods

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

See Also

Reference

UltimateXR.Avatar Namespace