Skip to content

UICanvas.SendToBack(IUIComponent) Method

Definition

Namespace: Brine2D.UI

Moves a component to the start of the draw/input order so it renders behind all others. No-op if the component is not on this canvas or is already at the back.

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

Parameters

component IUIComponent