EditorResizableSettingsBuilder
Defines the fluent API for configuring the EditorResizableSettings settings.
Methods
Content(System.Boolean)
If enabled, the editor renders a resize handle to allow users to resize it.
Parameters
value - System.Boolean
The value that configures the content.
Min(System.Double)
The minimum height that the editor can be resized to.
Parameters
value - System.Double
The value that configures the min.
Max(System.Double)
The maximum height that the editor can be resized to.
Parameters
value - System.Double
The value that configures the max.
Toolbar(System.Boolean)
If resizable is set to true the widget will detect changes in the viewport width and will hide the overflowing controls in the tool overflow popup.
Parameters
value - System.Boolean
The value that configures the toolbar.