EditorResizableSettingsBuilder
Methods
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
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.Action)
The minimum height that the editor can be resized to. If set to an object the user can restrict both min width and height values.
Parameters
configurator - System.Action<EditorResizableMinSettingsBuilder>
The configurator for the min setting.
Max(System.Action)
The maximum height that the editor can be resized to. If set to an object the user can restrict both max width and height values.
Parameters
configurator - System.Action<EditorResizableMaxSettingsBuilder>
The configurator for the max setting.
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