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
deliveryType
public DeliveryType deliveryType
Field Value
useCustomAssetPack
public bool useCustomAssetPack
Field Value
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
infoAssetBundleInfoThe AssetBundleInfo being built