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
Loading...
Searching...
No Matches
IDebugDrawer.cs
Go to the documentation of this file.
1using System;
5
6namespace ReLogic.Graphics
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000B38")]
9 public interface IDebugDrawer
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60053BB")]
13
14 [global::Cpp2ILInjected.Token(Token = "0x60053BC")]
15 void DrawSquareFromCenter(Vector2 center, Vector2 size, float rotation, Color color);
16 }
17}
class f__AnonymousType0<< Count > j__TPar
void DrawSquare(Vector4 positionAndSize, Color color)
void DrawSquareFromCenter(Vector2 center, Vector2 size, float rotation, Color color)