ImportUI
public sealed class ImportUI : EditorWindowNo description is available for this type.
Events
Section titled “Events”
OnImportDone
Section titled “OnImportDone”public static event Action OnImportDoneNo description is available for this member.
Returns
System.Action — No return description is available.
Methods
Section titled “Methods”
ShowWindow()
Section titled “ShowWindow()”public static ImportUI ShowWindow()No description is available for this member.
Returns
AssetInventory.ImportUI — No return description is available.
OnEnable()
Section titled “OnEnable()”public void OnEnable()No description is available for this member.
OnDisable()
Section titled “OnDisable()”public void OnDisable()No description is available for this member.
Init(List, bool, Action, bool, string)
Section titled “Init(List, bool, Action, bool, string)”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 | |
OnGUI()
Section titled “OnGUI()”public void OnGUI()No description is available for this member.