Click or drag to resize

GhostMessage Structure

A Ghost message

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

The GhostMessage type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEmpty Obsolete.
Default or Empty or Null Message
Public propertyID
The message id
Public propertyIsPersistedMessage
Indicates if the message will be persisted
Public propertyPayload
Payload of the message
Public propertyPayloadLength
Length of the payload
Public propertySender
Sender id
Public propertyTimestamp
When this message was sent. In seconds (since the start of the session)
Public propertyTimeStamp Obsolete.
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
See Also