Click or drag to resize

ResourceManagerResourceLoaded Event

Event fired when when any resource is loaded.

Returns the folder, path, reference to the resource and whether the resource was actually loaded () or re-used from cache ().

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

Value

Type: SystemActionResourceFolder, String, Object, Boolean
See Also