Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public static class SdfIcons
public static SdfIcon[] AllIcons
public static Material Material { get; }
public static Texture2D SdfTexture { get; }
public static void DrawIcon(Rect rect, SdfIcon icon, Color color)
UnityEngine.Rect | rect | |
SdfIcon | icon | |
UnityEngine.Color | color |
public static void DrawIcon(Rect rect, SdfIcon icon, Color color, Color bgColor)
UnityEngine.Rect | rect | |
SdfIcon | icon | |
UnityEngine.Color | color | |
UnityEngine.Color | bgColor |
public static void DrawIcon(Rect rect, SdfIconType icon, Color color)
UnityEngine.Rect | rect | |
SdfIconType | icon | |
UnityEngine.Color | color |
public static void DrawIcon(Rect rect, SdfIconType icon, Color color, Color bgColor)
UnityEngine.Rect | rect | |
SdfIconType | icon | |
UnityEngine.Color | color | |
UnityEngine.Color | bgColor |