Click or drag to resize

CustomMessageList Class

Class to help with custom message setup.
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          ImmerseSDK.Multiplayer.MessagingCustomMessageList

Namespace:  ImmerseSDK.Multiplayer.Messaging
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax

The CustomMessageList type exposes the following members.

Constructors
  NameDescription
Public methodCustomMessageList
Initializes a new instance of the CustomMessageList class
Top
Properties
  NameDescription
Public propertyCount
Number of custom messages specified
Public propertyCustomMessages
Custom messages that is defined in this list
Top
Fields
  NameDescription
Private field_customMessages
Custom messages to register when we start up
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also