Table of Contents

Class PlayAssetDeliveryData

Namespace
TAssetBundle.Plugin.PlayAssetDelivery.Editor
Assembly
TAssetBundle.Plugin.PlayAssetDelivery.Editor.dll
[Serializable]
public class PlayAssetDeliveryData : ManifestPluginData
Inheritance
PlayAssetDeliveryData
Inherited Members

Fields

assetPackName

public string assetPackName

Field Value

string

deliveryType

public DeliveryType deliveryType

Field Value

DeliveryType

useCustomAssetPack

public bool useCustomAssetPack

Field Value

bool

Methods

OnBuildAssetBundleInfo(AssetBundleInfo)

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

public override void OnBuildAssetBundleInfo(AssetBundleInfo info)

Parameters

info AssetBundleInfo

The AssetBundleInfo being built