UltimateXR.Core.StateSync Namespace
Classes
Class | Description | |
---|---|---|
UxrStateSyncEventArgs | Base event args to synchronize the state of entities for network synchronization. |
Interfaces
Interface | Description | |
---|---|---|
IUxrStateSync |
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. |