C# Class Open.Core.Helpers.ScriptLoader

Handles loading a collection of scripts.
Inheritance: ResourceLoader
显示文件 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