Quattro3D_MLAPIExtension::​CustomMessagingManager
UnityObjectLink
Quattro3D_MLAPIExtension::​CustomMessagingManager

class:/TYPE/UnityEngine.Quattro3D.MLAPIExtension.CustomMessagingManager/MLAPI, /, can be loaded from an assetbundle using Quattro3D_MLAPIExtension::CustomMessagingManager::createfromassetbundle(bundlename,prefabname) /

Parent

UnityObjectLink

Functions
quattro3d_mlapiextension::​custommessagingmanager::​create
static UnityEngine.Quattro3D.MLAPIExtension.CustomMessagingManager Create ()

Constructor replaces new;

Returns

UnityEngine.Quattro3D.MLAPIExtension.CustomMessagingManager

quattro3d_mlapiextension::​custommessagingmanager::​fromassetbundle
static UnityEngine.Quattro3D.MLAPIExtension.CustomMessagingManager CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

UnityEngine.Quattro3D.MLAPIExtension.CustomMessagingManager

quattro3d_mlapiextension::​custommessagingmanager::​sendunnamedmessage
static System.Void SendUnnamedMessage(
System.UInt64 clientId,
UnityEngine.Quattro3D.MLAPIExtension.BinaryWriterWrapper binaryWriterWrapper,
MLAPI.Transports.NetworkChannel channel
)

MLAPIExtension,

Parameters
clientId
System.UInt64

no documentation

binaryWriterWrapper
UnityEngine.Quattro3D.MLAPIExtension.BinaryWriterWrapper

no documentation

channel
MLAPI.Transports.NetworkChannel

no documentation

Returns

System.Void

quattro3d_mlapiextension::​custommessagingmanager::​sendunnamedmessage
static System.Void SendUnnamedMessage(
System.UInt64[] clientId,
UnityEngine.Quattro3D.MLAPIExtension.BinaryWriterWrapper binaryWriterWrapper,
MLAPI.Transports.NetworkChannel channel
)

MLAPIExtension,

Parameters
clientId
System.UInt64[]

no documentation

binaryWriterWrapper
UnityEngine.Quattro3D.MLAPIExtension.BinaryWriterWrapper

no documentation

channel
MLAPI.Transports.NetworkChannel

no documentation

Returns

System.Void