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
IAssetCatalogInfoassetBundleInfo
AssetBundleInfo
Properties
AssetBundleName
public string AssetBundleName { get; }
Property Value
Builtin
public bool Builtin { get; }
Property Value
Catalog
public IAssetCatalogInfo Catalog { get; }
Property Value
Dependencies
public AssetBundleRuntimeInfo[] Dependencies { get; }
Property Value
Encrypt
public bool Encrypt { get; }
Property Value
Hash
public Hash128 Hash { get; }
Property Value
- Hash128
HashString
public string HashString { get; }
Property Value
Size
public long Size { get; }
Property Value
Tags
public string[] Tags { get; }
Property Value
- string[]
Methods
GetName(bool)
public string GetName(bool withHash)
Parameters
withHash
bool
Returns
GetNameWithTags()
public string GetNameWithTags()