Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
IDebugDrawer.cs
Go to the documentation of this file.
2
3namespace ReLogic.Graphics;
4
5public interface IDebugDrawer
6{
7 void DrawSquare(Vector4 positionAndSize, Color color);
8
9 void DrawSquareFromCenter(Vector2 center, Vector2 size, float rotation, Color color);
10}
void DrawSquare(Vector4 positionAndSize, Color color)
void DrawSquareFromCenter(Vector2 center, Vector2 size, float rotation, Color color)