|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for ReLogic.Graphics.BasicDebugDrawer:
Collaboration diagram for ReLogic.Graphics.BasicDebugDrawer: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 14 of file BasicDebugDrawer.cs.