![]() | GhostMessage Structure |
Namespace: ImmerseSDK.Multiplayer.Messaging
public struct GhostMessage : IMortarMessage
The GhostMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GhostMessage |
Name | Description | |
---|---|---|
![]() | ID |
the message id
|
![]() | Payload |
Payload of the message
|
![]() | PayloadLength |
Length of the payload
|
![]() | Sender |
Sender id
|
![]() | TimeStamp |
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.) |
Name | Description | |
---|---|---|
![]() ![]() | Empty |
Default or Empty or Null Message
|
![]() | IsPersistedMessage |
Indicates if the message will be persisted
|