Interface IAssetCatalogInfo
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Asset Catalog Information Interface
public interface IAssetCatalogInfo
Properties
AssetBundleInfos
List of Asset Bundle Information
IEnumerable<AssetBundleRuntimeInfo> AssetBundleInfos { get; }
Property Value
Name
Catalog name
string Name { get; }