Remove all registered resources from the ResourceSet.
Get the resource registered for the given name.
The name of the resource to retrieve.
The resource if it is present; undefined otherwise.
Returns whether the resource set contains a data resource for the given name.
the name identifying the resource
whether the resource is present in the resource set
Register the given resource under the given name.
The name to register the resource for. It can later be retrieved by calling getResource() for the same name.
The resource Object
The old resource if one was already registered for the given name, undefined otherwise
Generated using TypeDoc
A ResourceSet contains an arbitrary number of data objects, each registered under a unique name.