class Assets
package openfl.utils
Static variables
Static methods
staticaddEventListener (type:String, listener:Dynamic, ?useCapture:Bool, ?priority:Int, ?useWeakReference:Bool):Void
staticregisterLibrary (name:String, library:AssetLibrary):Void
Registers a new AssetLibrary with the Assets class
Parameters:
name | The name (prefix) to use for the library |
---|---|
library | An AssetLibrary instance to register |