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

RETURNS

Returns the current EditorResizableSettingsBuilder instance.

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.

RETURNS

Returns the current instance of EditorResizableSettingsBuilder .

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.

RETURNS

Returns the current instance of EditorResizableSettingsBuilder .

Toolbar(System.Action)

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.If resizable.toolbar is assigned an object, it will propagate the Toolbar.overflow configuration to the Editor's toolbar.

Parameters

configurator - System.Action<EditorResizableToolbarSettingsBuilder>

The configurator for the toolbar setting.

RETURNS

Returns the current instance of EditorResizableSettingsBuilder .

Toolbar()

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.If resizable.toolbar is assigned an object, it will propagate the Toolbar.overflow configuration to the Editor's toolbar.

RETURNS

Returns the current instance of EditorResizableSettingsBuilder .

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.If resizable.toolbar is assigned an object, it will propagate the Toolbar.overflow configuration to the Editor's toolbar.

Parameters

enabled - System.Boolean

Enables or disables the toolbar option.

RETURNS

Returns the current instance of EditorResizableToolbarSettingsBuilder .