 | ResourceManagerUnloadT Method (ResourceFolder, String) |
Unload a resource from cache and memory.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static bool Unload<T>(
ResourceFolder folder,
string file
)
Request Example
View SourceParameters
- folder
- Type: KitResourceFolder
The folder from where the resource was loaded. - file
- Type: SystemString
The path and file-name relative to the folder.
Type Parameters
- T
- Type of the resource.
Return Value
Type:
BooleanWhether the resource was successfully unloaded.
See Also