UxrManipulationSyncEventArgs Class

Describes an event raised by the UxrGrabManager that can also be played back. This facilitates the manipulation synchronization through network.

Inheritance Hierarchy

System.Object
  System.EventArgs
    UltimateXR.Core.StateSync.UxrStateSyncEventArgs
      UltimateXR.Manipulation.UxrManipulationSyncEventArgs
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public class UxrManipulationSyncEventArgs : UxrStateSyncEventArgs


The UxrManipulationSyncEventArgs type exposes the following members.

Constructors

NameDescription
Public methodUxrManipulationSyncEventArgs Constructor.

Properties

NameDescription
Public propertyEventArgs Gets the event parameters.
Public propertyEventType Gets the event type described by EventArgs.

Extension Methods

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

See Also

Reference

UltimateXR.Manipulation Namespace