Google.Android.AppBundle.Editor.AssetPacks.AssetPackConfigSerializer

Provides methods for serializing AssetPackConfig to a JSON file and for deserializing the config.

Summary

Public static functions

DeleteConfig()
void
Delete 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)
void
Save the specified AssetPackConfig config to disk.

Public static functions

DeleteConfig

void DeleteConfig()

Delete config file.

LoadConfig

AssetPackConfig LoadConfig()

Returns an AssetPackConfig loaded from disk.

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.