Click or drag to resize

ModManagerResourceLoaded Event

Event fired whenever a resource is loaded.

Returns the folder, path, ResourceInfo, whether the resource was actually loaded or re-used from cache, respectively.

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

Value

Type: SystemActionResourceFolder, String, ResourceInfo, Boolean
See Also