Table of Contents
Class for handily exporting elements of the GameModel to json files
public static class GameModelExporter
Inheritance System.Object GameModelExporter
Tries to save a specific Model and logs doing so
public static void Export(Object data, string path);
data
Il2CppSystem.Object
path
System.String
Exports a Model to the path, returning whether it was successful. Does not log anything.
public static bool TryExport(Object data, string path);
data
Il2CppSystem.Object
path
System.String