ChinaBasedAssets
public static class ChinaBasedAssetsProvides lookup functionality for assets that have been migrated to the China-only Asset Store. These assets are still available for download but will be deprecated and receive no more updates. The data is lazy-loaded from a JSON file only when first queried.
Methods
Section titled “Methods”
IsAffected(AssetInfo)
Section titled “IsAffected(AssetInfo)”public static bool IsAffected(AssetInfo info)Returns whether the given asset is affected by the China Store migration.
Parameters
| Name | Type | Description |
|---|---|---|
info |
AssetInventory.AssetInfo |
Returns
System.Boolean — No return description is available.
Properties
Section titled “Properties”
public static int Count { get; }Returns the number of entries in the China-based assets list.
Returns
System.Int32 — No return description is available.