Set window state for Raylib, make Frame occupy full size of parent UIElement or window.

This commit is contained in:
2025-06-24 22:11:38 +02:00
parent 78b46cb38e
commit 58efd449a8
5 changed files with 46 additions and 4 deletions

View File

@@ -3,7 +3,6 @@ using Voile.Rendering;
namespace Voile.UI.Containers;
// TODO: make Container extend Widget, it already implements similar behaviors.
/// <summary>
/// A base class for all UI containers, used to position and rendering child <see cref="IElement">s.
/// </summary>