EditorResizableSettingsBuilder
Defines the fluent API for configuring EditorResizableSettings
Methods
Content(System.Boolean)
If enabled, the editor renders a resize handle to allow users to resize it.
Parameters
value - System.Boolean
The value for Content
Min(System.Double)
The minimum height that the editor can be resized to.
Parameters
value - System.Double
The value for Min
Max(System.Double)
The maximum height that the editor can be resized to.
Parameters
value - System.Double
The value for 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 for Toolbar