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.TouchStickControl.DrawGizmos ( )
inline

Definition at line 61 of file TouchStickControl.cs.

62 {
63 TouchSprite touchSprite = this.ring;
65 TouchSprite touchSprite2 = this.knob;
68 float num = this.worldKnobRange;
69 float xmin = this.worldActiveArea.m_XMin;
70 float ymin = this.worldActiveArea.m_YMin;
71 float width = this.worldActiveArea.m_Width;
72 float height = this.worldActiveArea.m_Height;
73 }
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, InControl.TouchStickControl.knob, InControl.TouchStickControl.KnobPosition, UnityEngine.Rect.m_Height, UnityEngine.Rect.m_Width, UnityEngine.Rect.m_XMin, UnityEngine.Rect.m_YMin, InControl.TouchStickControl.ring, InControl.TouchStickControl.RingPosition, InControl.TouchStickControl.worldActiveArea, and InControl.TouchStickControl.worldKnobRange.