Click or drag to resize

ResourceManagerUnload Method (Object)

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(
	Object reference
)
Request Example View Source

Parameters

reference
Type: SystemObject
Reference to the resource.

Return Value

Type: Boolean
Whether the resource was successfully unloaded.
See Also