Version 3.3.0.2

SdfIconSelector class

Namespace: Sirenix.OdinInspector.Editor.Internal
Assembly: Sirenix.OdinInspector.Editor
public static class SdfIconSelector
Inheritance
  • System.Object
  • SdfIconSelector

Methods

DrawIconSelectorDropdownField(GUIContent, SdfIconType)
public static SdfIconType DrawIconSelectorDropdownField(GUIContent label, SdfIconType selected)
Parameters
UnityEngine.GUIContent label

SdfIconType selected

Returns
SdfIconType

DrawIconSelectorDropdownField(Rect, GUIContent, SdfIconType)
public static SdfIconType DrawIconSelectorDropdownField(Rect rect, GUIContent label, SdfIconType selected)
Parameters
UnityEngine.Rect rect

UnityEngine.GUIContent label

SdfIconType selected

Returns
SdfIconType

DrawIconSelectorDropdownField(Rect, GUIContent, SdfIconType, out Nullable<SdfIconType>)
public static SdfIconType DrawIconSelectorDropdownField(Rect rect, GUIContent label, SdfIconType selected, out SdfIconType? mouseOverIcon)
Parameters
UnityEngine.Rect rect

UnityEngine.GUIContent label

SdfIconType selected

System.Nullable<SdfIconType> mouseOverIcon

Returns
SdfIconType

SelectIcon(SdfIconType, Int32, Boolean)
public static SdfIconType SelectIcon(SdfIconType selected, int controlId, bool show)
Parameters
SdfIconType selected

System.Int32 controlId

System.Boolean show

Returns
SdfIconType