Namespace: | Sirenix.OdinInspector.Editor.Internal |
Assembly: | Sirenix.OdinInspector.Editor |
public static class SdfIconSelector
public static SdfIconType DrawIconSelectorDropdownField(GUIContent label, SdfIconType selected)
UnityEngine.GUIContent | label | |
SdfIconType | selected |
SdfIconType |
public static SdfIconType DrawIconSelectorDropdownField(Rect rect, GUIContent label, SdfIconType selected)
UnityEngine.Rect | rect | |
UnityEngine.GUIContent | label | |
SdfIconType | selected |
SdfIconType |
public static SdfIconType DrawIconSelectorDropdownField(Rect rect, GUIContent label, SdfIconType selected, out SdfIconType? mouseOverIcon)
UnityEngine.Rect | rect | |
UnityEngine.GUIContent | label | |
SdfIconType | selected | |
System.Nullable<SdfIconType> | mouseOverIcon |
SdfIconType |
public static SdfIconType SelectIcon(SdfIconType selected, int controlId, bool show)
SdfIconType | selected | |
System.Int32 | controlId | |
System.Boolean | show |
SdfIconType |