The Addressables class is used to register and manage AssetReference typesIt can be accessed via Context.Current or {@link Context.addressables} (e.g. this.context.addressables in a component)
{@link Context.addressables}
this.context.addressables
Find a registered AssetReference by its URL
Generated using TypeDoc
The Addressables class is used to register and manage AssetReference types
It can be accessed via Context.Current or
{@link Context.addressables}
(e.g.this.context.addressables
in a component)