Client
abstract class in ImmerseSDK.PlatformServices / Inherits from Object
Base class for the multiplayer client
Properties | |
---|---|
IsDisposed | If this Client has been disposedYou cannot connect to a disposed client. Create a new one instead |
Cache | Stores custom data |
Users | The users for this session |
MessageQueue | Multiplayer message queue. Useful for pausing incoming messages |
Time | The time on the multiplayer server |
Methods | |
---|---|
SendMessage | Send a message over the network |