Skip to content

UIDialog.RepositionButtons() Method

Definition

Namespace: Brine2D.UI

Recomputes button positions so they are centered horizontally across the bottom of the dialog in the order they were added. Called automatically by AddButton\(string, Action\).

C#
public void RepositionButtons();