GhostMessage Structure |
Namespace: ImmerseSDK.Multiplayer.Messaging
public struct GhostMessage
The GhostMessage type exposes the following members.
Name | Description | |
---|---|---|
Empty | Obsolete.
Default or Empty or Null Message
| |
ID |
The message id
| |
IsPersistedMessage |
Indicates if the message will be persisted
| |
Payload |
Payload of the message
| |
PayloadLength |
Length of the payload
| |
Sender |
Sender id
| |
Timestamp |
When this message was sent. In seconds (since the start of the session)
| |
TimeStamp | Obsolete.
When the message was sent
| |
Type |
Message type
|
Name | Description | |
---|---|---|
ToString |
Prints some information about the message. Helps in debugging and console messages.
(Overrides ValueTypeToString.) |