Wanzyee Studio
BuiltinIconBrowser

Browser window to show built-in UnityEngine.Texture2D icons. More...

Inherits EditorWindow, and IHasCustomMenu.

Public Member Functions

void AddItemsToMenu (GenericMenu menu)
 Add the window context menu items. More...
 

Static Public Member Functions

static void OpenWindow ()
 Open the window. More...
 

Detailed Description

Browser window to show built-in UnityEngine.Texture2D icons.

Additional features:

  1. Filter name with search pattern.
  2. Filter by the ranges of width and height.
  3. Switch between pro dark or free light color background to preview.
  4. Sort by name or size.

Member Function Documentation

static void OpenWindow ( )
static

Open the window.

void AddItemsToMenu ( GenericMenu  menu)

Add the window context menu items.

Menu "Help" to open the online document. Menu "Pro Skin" to switch the preview background, and "Sort by" menus to change sorting.

Parameters
menuMenu.