ImmerseSDK.Indexing Namespace |
Class | Description | |
---|---|---|
IndexedMonoBehaviour |
A MonoBehaviour that's indexed and can receive network messages
| |
IndexedMonoBehaviourWithNamedStates |
Adds support for user friendly named states to IndexedMonoBehaviourWithState
| |
IndexedMonoBehaviourWithState |
A Component that has a state and can be discovered via it's index.
Used for synching object state over the network
|
Interface | Description | |
---|---|---|
IIndexed |
Components that inherit this class will added to the Scene index when searching
|
Delegate | Description | |
---|---|---|
IndexedMonoBehaviourWithStateStateChangeHandler |
The signature for the OnStateChange event
|