Version 3.3.0.1

InlineEditorObjectFieldModes enum

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
public enum InlineEditorObjectFieldModes
How the InlineEditor attribute drawer should draw the object field.

Values

Boxed
Draws the object field in a box.
CompletelyHidden
Hidden the object field also when the object is null.
Foldout
Draws the object field with a foldout.
Hidden
Hides the object field unless it's null.