Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDebugDrawer.cs
Go to the documentation of this file.
1
using
Microsoft.Xna.Framework
;
2
3
namespace
ReLogic.Graphics
;
4
5
public
interface
IDebugDrawer
6
{
7
void
DrawSquare
(
Vector4
positionAndSize,
Color
color);
8
9
void
DrawSquareFromCenter
(
Vector2
center,
Vector2
size,
float
rotation,
Color
color);
10
}
ReLogic.Graphics.IDebugDrawer.DrawSquare
void DrawSquare(Vector4 positionAndSize, Color color)
ReLogic.Graphics.IDebugDrawer.DrawSquareFromCenter
void DrawSquareFromCenter(Vector2 center, Vector2 size, float rotation, Color color)
ReLogic.Graphics.IDebugDrawer
Definition
IDebugDrawer.cs:6
Microsoft.Xna.Framework
Definition
AlphaTestEffect.cs:1
ReLogic.Graphics
Definition
BasicDebugDrawer.cs:5
Microsoft.Xna.Framework.Color
Definition
Color.cs:12
Microsoft.Xna.Framework.Vector2
Definition
Vector2.cs:12
Microsoft.Xna.Framework.Vector4
Definition
Vector4.cs:12
source
ReLogic
ReLogic.Graphics
IDebugDrawer.cs
Generated by
1.10.0