Table of Contents

Class ManifestPluginData

Namespace
TAssetBundle.Editor
Assembly
TAssetBundle.Editor.dll

Base class for plugin data stored in TAssetBundleManifest. Subclass this to attach custom plugin data to manifests.

[Serializable]
public abstract class ManifestPluginData
Inheritance
ManifestPluginData
Inherited Members

Methods

OnBuildAssetBundleInfo(AssetBundleInfo)

Called during build to transfer plugin data to AssetBundleInfo. Override this to set custom fields on the AssetBundleInfo.

public virtual void OnBuildAssetBundleInfo(AssetBundleInfo info)

Parameters

info AssetBundleInfo

The AssetBundleInfo being built