MessageManager<T>
class in ImmerseSDK.PlatformServices / Inherits from Object
Generic class for handling incoming messages and saving unhandled messagesUseful in applications with multiple scenes
Constructors | |
---|---|
UInt16 messageType, ILogger logger | Create a new message manager |
Fields | |
- | - |
MessageType | Use this message type when sending messages to this manager |
Methods | |
---|---|
HandleInstantiation | Call this from the Start method in your class (T) |