Table of Contents

Struct DockLayer.Docked<T>

Namespace
Xui.Core.UI.Layer
Assembly
Xui.Core.dll

Wraps a dockable child with its alignment setting.

public struct DockLayer.Docked<T> where T : struct

Type Parameters

T
Inherited Members

Fields

Align

The cross-axis alignment for the docked child.

public DockLayer.Align Align

Field Value

DockLayer.Align

Child

The docked child layer.

public T Child

Field Value

T