|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 7 of file BasicDebugDrawer.cs.