Set window state for Raylib, make Frame occupy full size of parent UIElement or window.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user