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)

Methods

  • Find a registered AssetReference by its URL

    Parameters

    • url: string

    Returns null | AssetReference