Click or drag to resize

ResourceManagerClearCache Method

Clear the cache and (optionally) unload assets not in use.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void ClearCache(
	bool unload = false
)
Request Example View Source

Parameters

unload (Optional)
Type: SystemBoolean
Whether to unload assets.
See Also