terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IDebugDrawer.cs
Go to the documentation of this file.
1using System;
4
5namespace ReLogic.Graphics
6{
7 // Token: 0x02000B38 RID: 2872
8 public interface IDebugDrawer
9 {
10 // Token: 0x060053BB RID: 21435
12
13 // Token: 0x060053BC RID: 21436
14 void DrawSquareFromCenter(Vector2 center, Vector2 size, float rotation, Color color);
15 }
16}
class f__AnonymousType0<< Count > j__TPar
void DrawSquare(Vector4 positionAndSize, Color color)
void DrawSquareFromCenter(Vector2 center, Vector2 size, float rotation, Color color)