Method Release
Release(IResourceLocation, object)
Release the specified object that was created from the specified location.
Declaration
public virtual void Release(IResourceLocation location, object obj)
Parameters
| Type | Name | Description | 
|---|---|---|
| IResourceLocation | location | The location of the object  | 
    
| object | obj | The object to release.  |