ExportUI
public sealed class ExportUI : BasicEditorUINo description is available for this type.
Methods
Section titled “Methods”
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.
ShowWindow()
Section titled “ShowWindow()”public static ExportUI ShowWindow()No description is available for this member.
Returns
AssetInventory.ExportUI — No return description is available.
Init(List, bool, int, int[])
Section titled “Init(List, bool, int, int[])”public void Init(List<AssetInfo> assets, bool fileMode = false, int exportType = 0, int[] columns = null)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
assets |
System.Collections.Generic.List{AssetInventory.AssetInfo} | |
fileMode |
System.Boolean | |
exportType |
System.Int32 | |
columns |
System.Int32[] | |
OnGUI()
Section titled “OnGUI()”public override void OnGUI()No description is available for this member.