ResourceManagerLoadMergedT Method (ResourceFolder, String) |
Load a resource merging the game version with all the mod versions and cache it. Useful to allow modding of configuration files like Json.
If folder is Resources the base asset is loaded with If it's not, it's parsed manually with the list of parsers registered.
Namespace: Kit
public static T LoadMerged<T>( ResourceFolder folder, string file )