Skip to content

UICanvas.Components Property

Definition

Namespace: Brine2D.UI

Ordered list of components on this canvas \(front = last, back = first\). Exposed internally for testing.

C#
internal System.Collections.Generic.IReadOnlyList<Brine2D.UI.IUIComponent> Components { internal get; }

Property Value

System.Collections.Generic.IReadOnlyList<IUIComponent>