Table of Contents

Class AssetBundleRuntimeInfo

Namespace
TAssetBundle
Assembly
TAssetBundle.dll

Asset Bundle Runtime Information

public class AssetBundleRuntimeInfo
Inheritance
AssetBundleRuntimeInfo
Inherited Members

Constructors

AssetBundleRuntimeInfo(IAssetCatalogInfo, AssetBundleInfo)

public AssetBundleRuntimeInfo(IAssetCatalogInfo catalog, AssetBundleInfo assetBundleInfo)

Parameters

catalog IAssetCatalogInfo
assetBundleInfo AssetBundleInfo

Properties

AssetBundleName

public string AssetBundleName { get; }

Property Value

string

Builtin

public bool Builtin { get; }

Property Value

bool

Catalog

public IAssetCatalogInfo Catalog { get; }

Property Value

IAssetCatalogInfo

Dependencies

public AssetBundleRuntimeInfo[] Dependencies { get; }

Property Value

AssetBundleRuntimeInfo[]

Encrypt

public bool Encrypt { get; }

Property Value

bool

Hash

public Hash128 Hash { get; }

Property Value

Hash128

HashString

public string HashString { get; }

Property Value

string

Size

public long Size { get; }

Property Value

long

Tags

public string[] Tags { get; }

Property Value

string[]

Methods

GetName(bool)

public string GetName(bool withHash)

Parameters

withHash bool

Returns

string

GetNameWithTags()

public string GetNameWithTags()

Returns

string