Click or drag to resize

CustomMessageDescriptor Class

Data structure for setting up a custom message
Inheritance Hierarchy
SystemObject
  ImmerseSDK.Multiplayer.MessagingCustomMessageDescriptor

Namespace:  ImmerseSDK.Multiplayer.Messaging
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[SerializableAttribute]
public class CustomMessageDescriptor

The CustomMessageDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodCustomMessageDescriptor
Initializes a new instance of the CustomMessageDescriptor class
Top
Fields
  NameDescription
Public fieldBroadcastBackToSelf
True if the sender also gets the message
Public fieldDescription
Custom message description
Public fieldIsPersistedInSession
True if this message is persisted in the session
Public fieldMessageType
A unique number ( >= MinMessageType). Numbers below this value are reserved for system messages.
Public fieldStatic memberMinMessageType
Public fieldName
Custom message name
Public fieldProfile
Profile (who can send this type of message)
Top
See Also