Click or drag to resize

CustomMessages Class

Class to help with custom message setup.
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.ScriptableObject
      ImmerseSDK.Multiplayer.MessagingCustomMessages

Namespace:  ImmerseSDK.Multiplayer.Messaging
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public sealed class CustomMessages : UnityEngine.ScriptableObject

The CustomMessages type exposes the following members.

Constructors
  NameDescription
Public methodCustomMessages
Initializes a new instance of the CustomMessages class
Top
Properties
  NameDescription
Public propertyMessages
Custom messages that are defined in this list
Top
Fields
  NameDescription
Private field_messages
Top
See Also