Skip to content

UIDialog.BringChildToFront(IUIComponent) Method

Definition

Namespace: Brine2D.UI

Moves a child component to the end of the render/input order so it renders on top of all other children inside the dialog. No-op if the child is not present or is already at the front.

C#
internal void BringChildToFront(Brine2D.UI.IUIComponent child);

Parameters

child IUIComponent