Version 3.3.0.1

ButtonStyle enum

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
public enum ButtonStyle
Button style for methods with parameters.

Values

Box
Draws a foldout box around the parameters of the method with the button at the bottom of the box.
CompactBox
Draws a foldout box around the parameters of the method with the button on the box header itself. This is the default style of a method with parameters.
FoldoutButton
Draws a button with a foldout to expose the parameters of the method.