Version 3.3.0.1

InlineEditorModes enum

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
public enum InlineEditorModes
Editor modes for InlineEditorAttribute

Values

FullEditor
Draws the editor header and GUI to the left, and a small editor preview to the right.
GUIAndHeader
Draws the editor GUI and the editor header.
GUIAndPreview
Draws the editor GUI to the left, and a small editor preview to the right.
GUIOnly
Draws only the editor GUI
LargePreview
Draws a large editor preview without any GUI.
SmallPreview
Draws a small editor preview without any GUI.