Google.
  Provides methods for serializing AssetPackConfig to a JSON file and for deserializing the config.
Summary
| Public static functions | |
|---|---|
| DeleteConfig() | voidDelete config file.  | 
| LoadConfig() | Returns an AssetPackConfig loaded from disk.  | 
| LoadConfig(string configurationFilePath) | Returns an AssetPackConfig loaded from the specified file on disk.  | 
| SaveConfig(AssetPackConfig assetPackConfig, string configurationFilePath) | voidSave the specified AssetPackConfig config to disk.  | 
Public static functions
DeleteConfig
void DeleteConfig()
Delete config file.
LoadConfig
AssetPackConfig LoadConfig( string configurationFilePath )
Returns an AssetPackConfig loaded from the specified file on disk.
SaveConfig
void SaveConfig( AssetPackConfig assetPackConfig, string configurationFilePath )
Save the specified AssetPackConfig config to disk.
