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.7.0.0 (3.7.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
Properties
  NameDescription
Public propertyBroadcastBackToSelf
True if the sender also gets the message
Public propertyDescription
Custom message description
Public propertyIsPersistedInSession
True if this message is persisted in the session
Public propertyMessageType
A unique number ( >= MinMessageType). Numbers below this value are reserved for system messages.
Public propertyName
Custom message name
Public propertyProfile
Profile (who can send this type of message)
Top
Fields
  NameDescription
Public fieldStatic memberMinMessageType
Top
See Also