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

◆ UpdateScreenSize()

void InControl.TouchManager.UpdateScreenSize ( Vector2 currentScreenSize)
inlineprivate

Definition at line 158 of file TouchManager.cs.

159 {
160 Camera camera = this.touchCamera;
163 float orthographicSize = this.touchCamera.orthographicSize;
164 float y = this.screenSize.y;
166 if (this.touchControls != null)
167 {
168 TouchControl[] array = this.touchControls;
169 }
170 }
class f__AnonymousType0<< Count > j__TPar
TouchControl[] touchControls
float orthographicSize
Definition Camera.cs:61

References System.array, j__TPar, UnityEngine.Camera.orthographicSize, InControl.TouchManager.screenSize, InControl.TouchManager.touchCamera, InControl.TouchManager.touchControls, and UnityEngine.Vector2.y.