SaveDataAsJSON

ModularCharacterManager.SaveDataAsJSON

Declaration public WearableSetData SaveDataAsJSON(string _saveName, int _fileID);

Parameters

Parameter
Description

string _saveName

The name of the saved file.

int _fileID

An integer that corresponds to the set.

Description The public function to save a copy of the current Wearable Set Data as a JSON file to either the specified folder (editor) or the persistent path (runtime).

Returns The WearableSetData for the saved set.

Last updated