Skip to content

PackageDeletionUI

ClassAssetInventoryAssetInventory.Editor
public sealed class PackageDeletionUI : BasicEditorUI

No description is available for this type.

public static PackageDeletionUI ShowWindow(bool isBulk = false)

No description is available for this member.

Parameters

Name Type Description
isBulk System.Boolean

Returns

AssetInventory.PackageDeletionUI — No return description is available.

public void Init(AssetInfo info, Action onComplete = null)

No description is available for this member.

Parameters

Name Type Description
info AssetInventory.AssetInfo
onComplete System.Action
public void Init(List<AssetInfo> infos, Action onComplete = null)

No description is available for this member.

Parameters

Name Type Description
infos System.Collections.Generic.List{AssetInventory.AssetInfo}
onComplete System.Action
public override void OnGUI()

No description is available for this member.