AssetLoader

AssetLoader

Members

Functions

dispose
void dispose()

AssetLoader destructor.

getByType
T[] getByType()

Returns all assets of type T.

load
T load(string fileName, Params params)

Loads an asset.

Mixins

__anonymous
mixin Singleton!()
Undocumented in source.

Meta