Skip to content

ImportUI

ClassAssetInventoryAssetInventory.Editor
public sealed class ImportUI : EditorWindow

No description is available for this type.

public static event Action OnImportDone

No description is available for this member.

Returns

System.Action — No return description is available.

public static ImportUI ShowWindow()

No description is available for this member.

Returns

AssetInventory.ImportUI — No return description is available.

public void OnEnable()

No description is available for this member.

public void OnDisable()

No description is available for this member.

public void Init(List<AssetInfo> assets, bool unattended = false, Action callback = null, bool noCustomFolder = false, string lockPref = null)

No description is available for this member.

Parameters

Name Type Description
assets System.Collections.Generic.List{AssetInventory.AssetInfo}
unattended System.Boolean
callback System.Action
noCustomFolder System.Boolean
lockPref System.String
public void OnGUI()

No description is available for this member.