MLAPI_Transports_Tasks::​SocketTasks
UnityObjectLink
MLAPI_Transports_Tasks::​SocketTasks

class:/TYPE/MLAPI.Transports.Tasks.SocketTasks//, can be loaded from an assetbundle using MLAPI_Transports_Tasks::SocketTasks::createfromassetbundle(bundlename,prefabname) /

Parent

UnityObjectLink

Variables
anydone
readonly System.Boolean anydone
anysuccess
readonly System.Boolean anysuccess
isdone
readonly System.Boolean isdone
success
readonly System.Boolean success
tasks
MLAPI.Transports.Tasks.SocketTask[] tasks
Functions
mlapi_transports_tasks::​sockettasks::​create
static MLAPI.Transports.Tasks.SocketTasks Create ()

Constructor replaces new;

Returns

MLAPI.Transports.Tasks.SocketTasks

mlapi_transports_tasks::​sockettasks::​fromassetbundle
static MLAPI.Transports.Tasks.SocketTasks CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

MLAPI.Transports.Tasks.SocketTasks