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
Name | Description | |
---|---|---|
UxrManipulationSyncEventArgs | Constructor. |
Properties
Name | Description | |
---|---|---|
EventArgs | Gets the event parameters. | |
EventType | Gets the event type described by EventArgs. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |