ScriptHelper
Functions
[SERVER/Client] STATIC GetActivePlatform()
[SERVER/Client] STATIC DownloadClip(string url, AudioType audioType, System.Action<AudioClip> func)
[SERVER/Client] STATIC DownloadTexture(string url, System.Action<Texture> func)
[SERVER/Client] STATIC DownloadData(string url, System.Action<byte[]> func)
[SERVER/Client] STATIC DownloadText(string url, System.Action<string> func)
[SERVER/Client] STATIC DownloadAssetBundle(string url, System.Action<AssetBundle> func)
[SERVER/Client] STATIC LoadClip(string resourceName, AudioType audioType, System.Action<AudioClip> func)
[SERVER/Client] STATIC LoadTexture(string resourceName, System.Action<Texture> func)
[SERVER/Client] STATIC LoadData(string resourceName, System.Action<byte[]> func)
[SERVER/Client] STATIC LoadText(string resourceName, System.Action<string> func)
[SERVER/Client] STATIC LoadBundle(string resourceName, System.Action<AssetBundle> func)
[SERVER/Client] STATIC LoadBundle(string resourceName)
Last updated