Version 3.3.0.1

GUIColorAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0.5, 0, 0)]
public sealed class GUIColorAttributeDrawer : OdinAttributeDrawer<GUIColorAttribute>
Draws properties marked with GUIColorAttribute. This drawer sets the current GUI color, before calling the next drawer in the chain.
Inheritance

Constructors

GUIColorAttributeDrawer()
public GUIColorAttributeDrawer()

Methods

DrawPropertyLayout(GUIContent)
Draws the property.
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Initialize()
protected override void Initialize()
Extension Methods