Click or drag to resize

ResourceManagerResourceUnloaded Event

Event fired when when any resource is unloaded.

Returns the folder and path to the resource unloaded.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static event Action<ResourceFolder, string> ResourceUnloaded
Request Example View Source

Value

Type: SystemActionResourceFolder, String
See Also