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

@@ -256,7 +256,7 @@ namespace Voile.Rendering
{
public string Title;
public Vector2 Size = new Vector2(1280, 720);
public bool Resizable { get; set; }
public bool Resizable { get; set; } = true;
public WindowSettings(string title, Vector2 size)
{