terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TouchUtility.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
6namespace InControl
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200005B")]
9 public static class TouchUtility
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000438")]
12 [global::Cpp2ILInjected.Address(RVA = "0x19A15DC", Offset = "0x19A15DC", Length = "0x6C")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchControl), Member = "OffsetToWorldPosition", MemberParameters = new object[]
15 {
19 typeof(bool)
20 }, ReturnType = typeof(Vector3))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6000439")]
29 [global::Cpp2ILInjected.Address(RVA = "0x19A1374", Offset = "0x19A1374", Length = "0x120")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchControl), Member = "OffsetToWorldPosition", MemberParameters = new object[]
32 {
36 typeof(bool)
37 }, ReturnType = typeof(Vector3))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchSprite), Member = "Update", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
41 public static Vector2 RoundVector(Vector2 vector)
42 {
43 throw null;
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
static Vector2 RoundVector(Vector2 vector)
static Vector2 AnchorToViewPoint(TouchControlAnchor touchControlAnchor)