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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
using
UnityEngine
;
4
5
namespace
InControl
6
{
7
// Token: 0x0200005B RID: 91
8
public
static
class
TouchUtility
9
{
10
// Token: 0x06000438 RID: 1080 RVA: 0x000025E1 File Offset: 0x000007E1
11
public
static
Vector2
AnchorToViewPoint
(
TouchControlAnchor
touchControlAnchor
)
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
{
19
Vector2
vector2
;
20
return
vector2
;
21
}
22
}
23
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
InControl.TouchUtility.RoundVector
static Vector2 RoundVector(Vector2 vector)
Definition
TouchUtility.cs:17
InControl.TouchUtility.AnchorToViewPoint
static Vector2 AnchorToViewPoint(TouchControlAnchor touchControlAnchor)
Definition
TouchUtility.cs:11
InControl.TouchUtility
Definition
TouchUtility.cs:9
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
InControl.TouchControlAnchor
TouchControlAnchor
Definition
TouchControlAnchor.cs:7
InControl
Definition
BindingListenOptions.cs:4
System
Definition
__ComObject.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
UnityEngine.Vector2
Definition
Vector2.cs:14
source
InControl
TouchUtility.cs
Generated by
1.10.0