Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ReLogic.Graphics.BasicDebugDrawer Class Reference

Public Member Functions

 BasicDebugDrawer (GraphicsDevice graphicsDevice)
 
void Begin (Matrix matrix)
 
void Begin ()
 
void DrawSquare (Vector4 positionAndSize, Color color)
 
void DrawSquare (Vector2 position, Vector2 size, Color color)
 
void DrawSquareFromCenter (Vector2 center, Vector2 size, float rotation, Color color)
 
void DrawLine (Vector2 start, Vector2 end, float width, Color color)
 
void End ()
 
void Dispose ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Private Attributes

SpriteBatch _spriteBatch
 
Texture2D _texture
 
bool _disposedValue
 

Detailed Description

Definition at line 7 of file BasicDebugDrawer.cs.


The documentation for this class was generated from the following file: