Version 3.3.0.1

PrimitiveCompositeDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public abstract class PrimitiveCompositeDrawer<T> : OdinValueDrawer<T>
Property drawer for primitive composite properties.
Inheritance

Type Parameters

T

Constructors

PrimitiveCompositeDrawer()
protected PrimitiveCompositeDrawer()

Methods

DrawPropertyField(IPropertyValueEntry<T>, GUIContent)
Draws the property field.
protected abstract void DrawPropertyField(IPropertyValueEntry<T> entry, GUIContent label)
Parameters
Sirenix.OdinInspector.Editor.IPropertyValueEntry<T> entry

UnityEngine.GUIContent label

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

Extension Methods
Derived Classes