Class EditorIconViewer
Inherited Members
UnityEditor.EditorWindow.ShowTab()
UnityEditor.EditorWindow.GetWindow<T>()
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean, System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.HasOpenInstances<T>()
UnityEditor.EditorWindow.FocusWindowIfItsOpen<T>()
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.TryGetOverlay(System.String, UnityEditor.Overlays.Overlay)
UnityEditor.EditorWindow.depthBufferBits
UnityEditor.EditorWindow.antiAlias
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Ludiq
Syntax
public class EditorIconViewer : EditorWindow
Fields
_drawScale
Declaration
protected float _drawScale
Field Value
| Type | Description |
|---|---|
| Single |
_editorSkin
Declaration
protected GUISkin _editorSkin
Field Value
| Type | Description |
|---|---|
| GUISkin |
_scrollPos
Declaration
protected Vector2 _scrollPos
Field Value
| Type | Description |
|---|---|
| Vector2 |
_selectedIcon
Declaration
protected GUIStyle _selectedIcon
Field Value
| Type | Description |
|---|---|
| GUIStyle |
iconGroups
Declaration
public List<EditorIconViewer.IconGroup> iconGroups
Field Value
| Type | Description |
|---|---|
| List<EditorIconViewer.IconGroup> |
kHideBlacklistedIcons
Declaration
protected static bool kHideBlacklistedIcons
Field Value
| Type | Description |
|---|---|
| Boolean |
kIconBlacklist
Declaration
protected static HashSet<string> kIconBlacklist
Field Value
| Type | Description |
|---|---|
| HashSet<String> |
kIconGroupNames
Declaration
public static string[] kIconGroupNames
Field Value
| Type | Description |
|---|---|
| String[] |
kIconThresholds
Declaration
public static float[] kIconThresholds
Field Value
| Type | Description |
|---|---|
| Single[] |
kScrollbarWidth
Declaration
public static float kScrollbarWidth
Field Value
| Type | Description |
|---|---|
| Single |
kSelectionGridPadding
Declaration
public static float kSelectionGridPadding
Field Value
| Type | Description |
|---|---|
| Single |
kSidePanelMaxWidth
Declaration
public static float kSidePanelMaxWidth
Field Value
| Type | Description |
|---|---|
| Single |
kSidePanelMinWidth
Declaration
public static float kSidePanelMinWidth
Field Value
| Type | Description |
|---|---|
| Single |
kUsageString
Declaration
public static string kUsageString
Field Value
| Type | Description |
|---|---|
| String |
query
Declaration
public string query
Field Value
| Type | Description |
|---|---|
| String |
Methods
CalculateSidePanelWidth()
Declaration
protected float CalculateSidePanelWidth()
Returns
| Type | Description |
|---|---|
| Single |
DrawCenteredMessage(String)
Declaration
protected void DrawCenteredMessage(string msg)
Parameters
| Type | Name | Description |
|---|---|---|
| String | msg |
DrawHelpIcon()
Declaration
protected void DrawHelpIcon()
DrawIconDisplay(GUIStyle)
Declaration
protected void DrawIconDisplay(GUIStyle style)
Parameters
| Type | Name | Description |
|---|---|---|
| GUIStyle | style |
DrawIconSelectionGrid(GUIStyle[], Single)
Declaration
protected void DrawIconSelectionGrid(GUIStyle[] icons, float maxIconWidth)
Parameters
| Type | Name | Description |
|---|---|---|
| GUIStyle[] | icons | |
| Single | maxIconWidth |
DrawIconStyleState(GUIStyleState, String)
Declaration
protected void DrawIconStyleState(GUIStyleState state, string label)
Parameters
| Type | Name | Description |
|---|---|---|
| GUIStyleState | state | |
| String | label |
SetSelectedIcon(GUIStyle)
Declaration
protected void SetSelectedIcon(GUIStyle icon)
Parameters
| Type | Name | Description |
|---|---|---|
| GUIStyle | icon |