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
TouchUtility.cs
Go to the documentation of this file.
1using System;
3using UnityEngine;
4
5namespace InControl
6{
7 // Token: 0x0200005B RID: 91
8 public static class TouchUtility
9 {
10 // Token: 0x06000438 RID: 1080 RVA: 0x000025E1 File Offset: 0x000007E1
12 {
13 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
14 }
15
16 // Token: 0x06000439 RID: 1081 RVA: 0x0000DCB4 File Offset: 0x0000BEB4
17 public static Vector2 RoundVector(Vector2 vector)
18 {
20 return vector2;
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
static Vector2 RoundVector(Vector2 vector)
static Vector2 AnchorToViewPoint(TouchControlAnchor touchControlAnchor)