Method CreateCollectionFromLooseTables
CreateCollectionFromLooseTables(IList<LocalizationTable>, string)
Creates a StringTableCollection or AssetTableCollection from the provided loose tables.
Declaration
public static LocalizationTableCollection CreateCollectionFromLooseTables(IList<LocalizationTable> looseTables, string path)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<LocalizationTable> | looseTables | Tables to create the collection from. All tables must be of the same type. |
| string | path | The path to save the new assets to. |
Returns
| Type | Description |
|---|---|
| LocalizationTableCollection | The created StringTableCollection or AssetTableCollection. |