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