Click or drag to resize

GhostMessage Structure

A Ghost message

Namespace:  ImmerseSDK.Multiplayer.Messaging
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public struct GhostMessage : IMortarMessage

The GhostMessage type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberGhostMessage
Top
Properties
  NameDescription
Public propertyID
the message id
Public propertyPayload
Payload of the message
Public propertyPayloadLength
Length of the payload
Public propertySender
Sender id
Public propertyTimeStamp
When the message was sent
Public propertyType
Message type
Top
Methods
  NameDescription
Public methodToString
Prints some information about the message. Helps in debugging and console messages.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
Default or Empty or Null Message
Public fieldIsPersistedMessage
Indicates if the message will be persisted
Top
See Also