Skip to content

UICanvas.BringToFront(IUIComponent) Method

Definition

Namespace: Brine2D.UI

Moves a component to the top of the draw/input order. If it is not a direct child, the owning top-level container is brought to front instead. No-op if the component is not on this canvas or is already at the front.

C#
public void BringToFront(Brine2D.UI.IUIComponent component);

Parameters

component IUIComponent