Version 3.3.0.1

Color32Drawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public sealed class Color32Drawer : PrimitiveCompositeDrawer<Color32>, IDefinesGenericMenuItems
Color32 property drawer.
Inheritance

Constructors

Color32Drawer()
public Color32Drawer()

Methods

DrawPropertyField(IPropertyValueEntry<Color32>, GUIContent)
Draws the property.
protected override void DrawPropertyField(IPropertyValueEntry<Color32> entry, GUIContent label)
Parameters
Sirenix.OdinInspector.Editor.IPropertyValueEntry<UnityEngine.Color32> entry

UnityEngine.GUIContent label

Extension Methods