MLAPI_Messaging::​CustomMessagingManager
UnityObjectLink
MLAPI_Messaging::​CustomMessagingManager

class:/TYPE/MLAPI.Messaging.CustomMessagingManager//, can be loaded from an assetbundle using MLAPI_Messaging::CustomMessagingManager::createfromassetbundle(bundlename,prefabname) /

Parent

UnityObjectLink

Functions
mlapi_messaging::​custommessagingmanager::​registernamedmessagehandler
static System.Void RegisterNamedMessageHandler(
System.String name,
MLAPI.Messaging.CustomMessagingManager.HandleNamedMessageDelegate callback
)

System.String name-no documentation

Parameters
name
System.String

no documentation callback -

Returns

System.Void

mlapi_messaging::​custommessagingmanager::​sendnamedmessage
static System.Void SendNamedMessage(
System.String name,
System.Collections.Generic.List`1[[System.UInt64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] clientIds,
System.IO.Stream stream,
MLAPI.Transports.NetworkChannel networkChannel
)

System.String name-no documentation

Parameters
name
System.String

no documentation

System.Collections.Generic.List`1[[System.UInt64

no documentation

mscorlib

no documentation Version=4.0.0.0 - Culture=neutral - clientIds - stream - networkChannel -

Returns

System.Void

mlapi_messaging::​custommessagingmanager::​sendnamedmessage
static System.Void SendNamedMessage(
System.String name,
System.UInt64 clientId,
System.IO.Stream stream,
MLAPI.Transports.NetworkChannel networkChannel
)

System.String name-no documentation

Parameters
name
System.String

no documentation

clientId
System.UInt64

no documentation

stream
System.IO.Stream

no documentation networkChannel -

Returns

System.Void

mlapi_messaging::​custommessagingmanager::​sendunnamedmessage
static System.Void SendUnnamedMessage(
System.UInt64 clientId,
MLAPI.Serialization.NetworkBuffer buffer,
MLAPI.Transports.NetworkChannel networkChannel
)

System.UInt64 clientId-no documentation

Parameters
clientId
System.UInt64

no documentation

buffer
MLAPI.Serialization.NetworkBuffer

no documentation networkChannel -

Returns

System.Void

mlapi_messaging::​custommessagingmanager::​sendunnamedmessage
static System.Void SendUnnamedMessage(
System.Collections.Generic.List`1[[System.UInt64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] clientIds,
MLAPI.Serialization.NetworkBuffer buffer,
MLAPI.Transports.NetworkChannel networkChannel
)

System.Collections.Generic.List`1[[System.UInt64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] clientIds-no documentation

Parameters
System.Collections.Generic.List`1[[System.UInt64

no documentation

mscorlib

no documentation Version=4.0.0.0 - Culture=neutral - clientIds - buffer - networkChannel -

Returns

System.Void

mlapi_messaging::​custommessagingmanager::​unregisternamedmessagehandler
static System.Void UnregisterNamedMessageHandler(
System.String name
)

System.String name-no documentation

Parameters

name -

Returns

System.Void