feat: added basic window, input & drawing
This commit is contained in:
@@ -22,7 +22,6 @@ public interface IWindow : IBehaviour
|
||||
WindowResizeMode ResizeMode { get; set; }
|
||||
|
||||
string Title { get; set; }
|
||||
uint TargetFps { get; set; }
|
||||
Vector2DInt Size { get; set; }
|
||||
ColorRGB BackgroundColor { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user