Skip to content

Resources

The Resources class can locate and access objects, including assets.

Static Methods

Resources.Load ( type : AssetObject , id : string ) : AssetObject
Load the specified resource by id.
Resources.LoadAsync ( id : string , callback : IOnResourceLoaded? ) : boolean
Asynchronously loads the specified resource by id.