UltimateXR.Core.StateSync Namespace

Classes

ClassDescription
Public classUxrStateSyncEventArgs Base event args to synchronize the state of entities for network synchronization.

Interfaces

InterfaceDescription
Public interfaceIUxrStateSync

Interface for entities that are able to expose internal state changes described by a UxrStateSyncEventArgs raised through a StateChanged event. To support the synchronization, classes that implement this interface are also able to reproduce state changes using SyncState(UxrStateSyncEventArgs, Boolean). This interface should be implemented in entities relevant in network synchronization.