Table of Contents

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

IEnumerable<AssetBundleRuntimeInfo>

Name

Catalog name

string Name { get; }

Property Value

string