UI WIP
This commit is contained in:
10
DaggerFramework/Source/UI/Rect.cs
Normal file
10
DaggerFramework/Source/UI/Rect.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Numerics;
|
||||
|
||||
namespace DaggerFramework.UI;
|
||||
|
||||
public class Rect
|
||||
{
|
||||
public Vector2 Position { get; set; }
|
||||
public Vector2 Size { get; set; }
|
||||
public Vector2 Scale { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user