Skip to content

IndexUI

ClassAssetInventoryAssetInventory.Editor
public class IndexUI : BasicEditorUI

No description is available for this type.

public void ReloadAfterDatabaseSwitch()

No description is available for this member.

public override void OnGUI()

No description is available for this member.

public Texture2D GetFilePreview(int fileId)

No description is available for this member.

Parameters

Name Type Description
fileId System.Int32

Returns

UnityEngine.Texture2D — No return description is available.

public void SetInitialSearch(string searchPhrase)

No description is available for this member.

Parameters

Name Type Description
searchPhrase System.String

OpenInSearch(AssetInfo, bool, bool, string)

Section titled “OpenInSearch(AssetInfo, bool, bool, string)”
public void OpenInSearch(AssetInfo info, bool force = false, bool showFilterTab = true, string searchPhrase = null)

No description is available for this member.

Parameters

Name Type Description
info AssetInventory.AssetInfo
force System.Boolean
showFilterTab System.Boolean
searchPhrase System.String

public bool searchMode

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool workspaceMode

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool textureMode

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool hideDetailsPane

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool hideMainNavigation

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool disablePings

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool instantSelection

No description is available for this member.

Returns

System.Boolean — No return description is available.

public string fixedSearchType

No description is available for this member.

Returns

System.String — No return description is available.

protected Action<string> searchModeCallback

No description is available for this member.

Returns

System.Action{System.String} — No return description is available.

protected Action<Dictionary<string, string>> searchModeTextureCallback

No description is available for this member.

Returns

System.Action{System.Collections.Generic.Dictionary{System.String,System.String}} — No return description is available.