Interface AssetProvider<T>


public interface AssetProvider<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String name)
     
    default T
     
  • Method Details

    • get

      T get(String name)
      Returns:
      cached instance of asset. Name can contain additional parameters, separated by : Returns null if not exists
    • getDefault

      default T getDefault()