Number of ticks to wait before unloading a zero-ref file.
AbstractgetGets the resource for a given URL if it has been loaded by this loader.
The URL of the asset to retrieve the resource from.
The loaded resource if found and loaded, undefined otherwise.
AbstractloadInitiates loading of a gsplat asset. This is a fire-and-forget operation that starts the loading process.
The URL of the gsplat file to load.
AbstractunloadUnloads an asset that was previously loaded by this loader.
The URL of the asset to unload.
Base class for GSplat asset loaders. This provides the interface that all GSplat asset loaders must implement.