forked from MoonsideGames/MoonWorks
store rectangle properties as ints
parent
379bdcdcb1
commit
f8146b799a
|
@ -11,10 +11,10 @@ namespace MoonWorks.Collision
|
||||||
public int Width { get; }
|
public int Width { get; }
|
||||||
public int Height { get; }
|
public int Height { get; }
|
||||||
|
|
||||||
public float Right { get; }
|
public int Right { get; }
|
||||||
public float Left { get; }
|
public int Left { get; }
|
||||||
public float Top { get; }
|
public int Top { get; }
|
||||||
public float Bottom { get; }
|
public int Bottom { get; }
|
||||||
public Vector2 BottomLeft { get; }
|
public Vector2 BottomLeft { get; }
|
||||||
public Vector2 TopRight { get; }
|
public Vector2 TopRight { get; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue