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

◆ DrawGizmos()

override void InControl.TouchSwipeControl.DrawGizmos ( )
inline

Definition at line 35 of file TouchSwipeControl.cs.

36 {
37 float xmin = this.worldActiveArea.m_XMin;
38 float ymin = this.worldActiveArea.m_YMin;
39 float width = this.worldActiveArea.m_Width;
40 float height = this.worldActiveArea.m_Height;
41 if (!true)
42 {
43 }
44 }
class f__AnonymousType0<< Count > j__TPar
float m_XMin
Definition Rect.cs:522
float m_Height
Definition Rect.cs:534
float m_YMin
Definition Rect.cs:526
float m_Width
Definition Rect.cs:530

References j__TPar, UnityEngine.Rect.m_Height, UnityEngine.Rect.m_Width, UnityEngine.Rect.m_XMin, UnityEngine.Rect.m_YMin, and InControl.TouchSwipeControl.worldActiveArea.