Click or drag to resize

ResourceManagerUnloadT Method (ResourceFolder, String)

Unload a resource from cache and memory.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool Unload<T>(
	ResourceFolder folder,
	string file
)
Request Example View Source

Parameters

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: Boolean
Whether the resource was successfully unloaded.
See Also