| Namespace: | Sirenix.OdinInspector.Editor |
| Assembly: | Sirenix.OdinInspector.Editor |
public abstract class PrimitiveCompositeDrawer<T> : OdinValueDrawer<T>
protected PrimitiveCompositeDrawer()
protected abstract void DrawPropertyField(IPropertyValueEntry<T> entry, GUIContent label)
| Sirenix.OdinInspector.Editor.IPropertyValueEntry<T> | entry | |
| UnityEngine.GUIContent | label |
protected override void DrawPropertyLayout(GUIContent label)
| UnityEngine.GUIContent | label |