API ReferenceEditor
public sealed class Editor.BoxLayout : Editor.Layout
A widget layout. You can think of it as an invisible box of rows or columns, each one containing a widget, useful for automatic positioning and scaling.
Methods
Showing 9 methods
public virtual void AddSpacingCell(float size)
Add a spacing item
public virtual void AddStretchCell(int stretch = 0)
Add a stretch item
Parameters
stretch: Default: 0
public int GetCellStretch(int index)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.BoxLayout |