项目文件夹

文件
2026-07-13 13:15:05 +08:00

5 行
180 B
C#

using System.Numerics;
namespace SilkWindows;
public readonly record struct SimpleWindowOptions(Vector2 Size, int Fps, bool Vsync, bool IsResizable, bool AlwaysOnTop = true);