Interface IRegionNode
Engine-agnostic description of one region in a composite-view screen, produced by
TemplateBuilder from a template + parameters and consumed by the generator to create
the actual UnityCompositeViewDefinition / menu assets. Kept free of UnityEditor and
asset APIs so the template-to-tree mapping is pure and unit-testable.
Namespace: Serenity.Ui.Infrastructure.Editor.Builder
Assembly: Serenity.UnityUi.Infrastructure.Editor.dll
Syntax
public interface IRegionNode
Properties
Size
The main-axis size this region occupies inside its parent container.
Declaration
LayoutSize Size { get; }
Property Value
| Type | Description |
|---|---|
| LayoutSize |