LoadPathCache
Maintains a cache of data, resource, and transcode classes to available s capable of decoding with the requested types.
Functions
Link copied to clipboard
open fun <Data, TResource, Transcode> get( dataClass: Class<Data>, resourceClass: Class<TResource>, transcodeClass: Class<Transcode>): LoadPath<Data, TResource, Transcode>
Content copied to clipboard
May return NO_PATHS_SIGNAL to indicate that we've previously found that there are 0 available load paths for the requested types.