Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Open
Core
Helpers
ScriptLoader
C# Class Open.Core.Helpers.ScriptLoader
Handles loading a collection of scripts.
Inheritance:
ResourceLoader
Show file
Open project: philcockfield/Open.TestHarness.SL
Class Usage Examples
Protected Methods
Method
Description
LoadResource
(
string
url
,
System.Action
onDownloaded
) :
void
Method Details
LoadResource()
protected
method
protected
LoadResource
(
string
url
,
System.Action
onDownloaded
) :
void
url
string
onDownloaded
System.Action
return
void