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
buildNumber
Catalog build number (TAssetBundle.Settings.buildNumber).
public int buildNumber
Field Value
bundleVersion
UnityEditor.PlayerSettings.bundleVersion.
public string bundleVersion
Field Value
catalogVersion
Catalog version.
public int catalogVersion
Field Value
version
TAssetBundle version.
public string version
Field Value
Properties
IsRemote
Indicates whether this catalog is remote.
public bool IsRemote { get; }
Property Value
MD5Hash
MD5 hash of the catalog information.
public string MD5Hash { get; }
Property Value
Methods
FindAssetBundle(string)
Finds an asset bundle by name.
public AssetBundleInfo FindAssetBundle(string assetBundleName)
Parameters
assetBundleName
stringThe name of the asset bundle to find.
Returns
- AssetBundleInfo
The matching AssetBundleInfo if found; otherwise, null.
ToString()
public override string ToString()