Method ParseBundledCatalog
ParseBundledCatalog(TextAsset)
Parses a TextAsset loaded from a local catalog bundle into a ContentCatalogData instance.
Declaration
protected override ContentCatalogData ParseBundledCatalog(TextAsset textAsset)
Parameters
| Type | Name | Description |
|---|---|---|
| TextAsset | textAsset | The text asset containing the catalog data. |
Returns
| Type | Description |
|---|---|
| ContentCatalogData | The parsed catalog data. |