Interface IActiveAssetBundleInfo
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Interface that provides information about active AssetBundles.
public interface IActiveAssetBundleInfo : IReferenceCount
- Inherited Members
Properties
AssetBundleInfo
Gets the runtime information of the AssetBundle.
AssetBundleRuntimeInfo AssetBundleInfo { get; }
Property Value
Dependencies
Gets the dependencies of the AssetBundle.
IActiveAssetBundleInfo[] Dependencies { get; }