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

◆ ConfigureControl()

override void InControl.TouchStickControl.ConfigureControl ( )
inline

Definition at line 31 of file TouchStickControl.cs.

32 {
33 float x = this.offset.x;
34 float y = this.offset.y;
35 TouchControlAnchor touchControlAnchor = this.anchor;
36 Vector2 vector = this.offset;
40 float x2 = this.resetPosition.x;
41 float y2 = this.resetPosition.y;
42 float z = this.resetPosition.z;
43 this.ring.Update(true);
44 this.knob.Update(true);
45 float xmin = this.activeArea.m_XMin;
46 float ymin = this.activeArea.m_YMin;
47 float width = this.activeArea.m_Width;
48 float height = this.activeArea.m_Height;
49 TouchUnitType touchUnitType = this.areaUnitType;
50 TouchSprite touchSprite = this.knob;
55 float num = this.knobRange;
56 TouchUnitType sizeUnitType = touchSprite.sizeUnitType;
57 float pixelToWorld = TouchManager.PixelToWorld;
58 }
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 InControl.TouchStickControl.activeArea, InControl.TouchStickControl.anchor, InControl.TouchStickControl.areaUnitType, j__TPar, InControl.TouchStickControl.knob, InControl.TouchStickControl.knobRange, UnityEngine.Rect.m_Height, UnityEngine.Rect.m_Width, UnityEngine.Rect.m_XMin, UnityEngine.Rect.m_YMin, InControl.TouchStickControl.offset, InControl.TouchManager.PixelToWorld, InControl.TouchStickControl.resetPosition, InControl.TouchStickControl.ring, UnityEngine.Component.transform, InControl.TouchSprite.Update(), UnityEngine.Vector2.x, UnityEngine.Vector3.x, UnityEngine.Vector2.y, UnityEngine.Vector3.y, and UnityEngine.Vector3.z.