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
CanvasGroup.cs
Go to the documentation of this file.
1using System;
3
4namespace UnityEngine
5{
6 // Token: 0x0200000A RID: 10
7 [NativeHeader("Modules/UI/CanvasGroup.h")]
8 [NativeClass("UI::CanvasGroup")]
10 {
11 // Token: 0x17000018 RID: 24
12 // (get) Token: 0x06000058 RID: 88 RVA: 0x000027C4 File Offset: 0x000009C4
13 // (set) Token: 0x06000059 RID: 89 RVA: 0x000027D8 File Offset: 0x000009D8
14 [NativeProperty("Alpha", false, TargetType.Function)]
15 public float alpha
16 {
17 get
18 {
19 throw new MissingMethodException();
20 }
21 set
22 {
23 throw new MissingMethodException();
24 }
25 }
26
27 // Token: 0x17000019 RID: 25
28 // (get) Token: 0x0600005A RID: 90 RVA: 0x000027EC File Offset: 0x000009EC
29 [NativeProperty("Interactable", false, TargetType.Function)]
30 public bool interactable
31 {
32 get
33 {
34 throw new MissingMethodException();
35 }
36 }
37
38 // Token: 0x1700001A RID: 26
39 // (get) Token: 0x0600005B RID: 91 RVA: 0x00002800 File Offset: 0x00000A00
40 [NativeProperty("BlocksRaycasts", false, TargetType.Function)]
41 public bool blocksRaycasts
42 {
43 get
44 {
45 throw new MissingMethodException();
46 }
47 }
48
49 // Token: 0x1700001B RID: 27
50 // (get) Token: 0x0600005C RID: 92 RVA: 0x00002814 File Offset: 0x00000A14
51 [NativeProperty("IgnoreParentGroups", false, TargetType.Function)]
53 {
54 get
55 {
56 throw new MissingMethodException();
57 }
58 }
59
60 // Token: 0x0600005D RID: 93 RVA: 0x00002828 File Offset: 0x00000A28
61 public bool IsRaycastLocationValid(Vector2 sp, Camera eventCamera)
62 {
63 throw new MissingMethodException();
64 }
65 }
66}
class f__AnonymousType0<< Count > j__TPar
bool IsRaycastLocationValid(Vector2 sp, Camera eventCamera)