 | ResourceManagerUnload Method (Type, 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(
Type type,
ResourceFolder folder,
string file
)
Request Example
View SourceParameters
- type
- Type: SystemType
Type of the resource. - folder
- Type: KitResourceFolder
The folder from where the resource was loaded. - file
- Type: SystemString
The path and file-name relative to the folder.
Return Value
Type:
BooleanWhether the resource was successfully unloaded.
See Also