Namespace: | Sirenix.Utilities.Editor |
Assembly: | Sirenix.Utilities.Editor |
public abstract class EditorIcon
protected EditorIcon()
public abstract Texture Active { get; }
public GUIContent ActiveGUIContent { get; }
public abstract Texture Highlighted { get; }
public GUIContent HighlightedGUIContent { get; }
public abstract Texture Inactive { get; }
public GUIContent InactiveGUIContent { get; }
public abstract Texture2D Raw { get; }
public void Draw(Rect rect)
UnityEngine.Rect | rect |
public void Draw(Rect rect, float drawSize)
UnityEngine.Rect | rect | |
System.Single | drawSize |
public void Draw(Rect rect, Texture texture)
UnityEngine.Rect | rect | |
UnityEngine.Texture | texture |