class:/TYPE/MLAPI.Messaging.CustomMessagingManager//, can be loaded from an assetbundle using MLAPI_Messaging::CustomMessagingManager::createfromassetbundle(bundlename,prefabname) /
| static System.Void RegisterNamedMessageHandler( |
| ) |
System.String name-no documentation
| name System.String | no documentation callback - |
System.Void
| static System.Void SendNamedMessage( |
| ) |
System.String name-no documentation
| 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 - |
System.Void
| static System.Void SendNamedMessage( |
| ) |
System.String name-no documentation
| name System.String | no documentation |
| clientId System.UInt64 | no documentation |
| stream System.IO.Stream | no documentation networkChannel - |
System.Void
| static System.Void SendUnnamedMessage( |
| ) |
System.UInt64 clientId-no documentation
| clientId System.UInt64 | no documentation |
| buffer MLAPI.Serialization.NetworkBuffer | no documentation networkChannel - |
System.Void
| static System.Void SendUnnamedMessage( |
| ) |
System.Collections.Generic.List`1[[System.UInt64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] clientIds-no documentation
| System.Collections.Generic.List`1[[System.UInt64 | no documentation |
| mscorlib | no documentation Version=4.0.0.0 - Culture=neutral - clientIds - buffer - networkChannel - |
System.Void
| static System.Void UnregisterNamedMessageHandler( |
| ) |
System.String name-no documentation
name -
System.Void