UICanvas.PropagateScreenSize(IUIComponent, Vector2) Method
Definition
Namespace: Brine2D.UI
Recursively pushes screenSize into nested UIDropdown,
UITabContainer, and container children.
Called from the ScreenSize setter, Add\(IUIComponent\), and container
AddChild methods.
C#
internal static void PropagateScreenSize(Brine2D.UI.IUIComponent component, System.Numerics.Vector2 screenSize);
Parameters
component IUIComponent
screenSize System.Numerics.Vector2