Table of Contents

Class AssetCatalog

Namespace
TAssetBundle
Assembly
TAssetBundle.dll

Represents an asset catalog.

[Serializable]
public class AssetCatalog
Inheritance
AssetCatalog
Inherited Members

Fields

assetBundleInfos

Asset bundle information list.

public AssetBundleInfo[] assetBundleInfos

Field Value

AssetBundleInfo[]

buildNumber

Catalog build number (TAssetBundle.Settings.buildNumber).

public int buildNumber

Field Value

int

bundleVersion

UnityEditor.PlayerSettings.bundleVersion.

public string bundleVersion

Field Value

string

catalogVersion

Catalog version.

public int catalogVersion

Field Value

int

version

TAssetBundle version.

public string version

Field Value

string

Properties

IsRemote

Indicates whether this catalog is remote.

public bool IsRemote { get; }

Property Value

bool

MD5Hash

MD5 hash of the catalog information.

public string MD5Hash { get; }

Property Value

string

Methods

FindAssetBundle(string)

Finds an asset bundle by name.

public AssetBundleInfo FindAssetBundle(string assetBundleName)

Parameters

assetBundleName string

The name of the asset bundle to find.

Returns

AssetBundleInfo

The matching AssetBundleInfo if found; otherwise, null.

ToString()

public override string ToString()

Returns

string