s&box docs

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)

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.BoxLayout

On this page