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
Button.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200000A")]
9 public class Button : MonoBehaviour
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000039")]
12 [global::Cpp2ILInjected.Address(RVA = "0x198F2F0", Offset = "0x198F2F0", Length = "0x50")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "GetComponent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
16 private void Start()
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x600003A")]
22 [global::Cpp2ILInjected.Address(RVA = "0x198F340", Offset = "0x198F340", Length = "0x148")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "get_transform", ReturnType = typeof(Transform))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Transform), Member = "get_parent", ReturnType = typeof(Transform))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "GetComponent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::UnityEngine.Object), Member = "op_Equality", MemberParameters = new object[]
29 {
30 typeof(global::UnityEngine.Object),
31 typeof(global::UnityEngine.Object)
32 }, ReturnType = typeof(bool))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Renderer), Member = "get_material", ReturnType = typeof(Material))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Material), Member = "get_color", ReturnType = typeof(Color))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Time), Member = "get_deltaTime", ReturnType = typeof(float))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Material), Member = "set_color", MemberParameters = new object[] { typeof(Color) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
38 private void Update()
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x600003B")]
44 [global::Cpp2ILInjected.Address(RVA = "0x198F488", Offset = "0x198F488", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MonoBehaviour), Member = ".ctor", ReturnType = typeof(void))]
47 public Button()
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x4000022")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
55
56 [global::Cpp2ILInjected.Token(Token = "0x4000023")]
57 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
58 public Button up;
59
60 [global::Cpp2ILInjected.Token(Token = "0x4000024")]
61 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
62 public Button down;
63
64 [global::Cpp2ILInjected.Token(Token = "0x4000025")]
65 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
66 public Button left;
67
68 [global::Cpp2ILInjected.Token(Token = "0x4000026")]
69 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
70 public Button right;
71 }
72}
class f__AnonymousType0<< Count > j__TPar
Renderer cachedRenderer
Definition Button.cs:54