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.
1
using
System
;
2
using
UnityEngine.Bindings
;
3
4
namespace
UnityEngine
5
{
6
// Token: 0x0200000A RID: 10
7
[
NativeHeader
(
"Modules/UI/CanvasGroup.h"
)]
8
[
NativeClass
(
"UI::CanvasGroup"
)]
9
public
sealed
class
CanvasGroup
:
Behaviour
,
ICanvasRaycastFilter
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)]
52
public
bool
ignoreParentGroups
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.MissingMethodException
Definition
MissingMethodException.cs:9
UnityEngine.Behaviour
Definition
Behaviour.cs:11
UnityEngine.Camera
Definition
Camera.cs:19
UnityEngine.CanvasGroup.alpha
float alpha
Definition
CanvasGroup.cs:16
UnityEngine.CanvasGroup.ignoreParentGroups
bool ignoreParentGroups
Definition
CanvasGroup.cs:53
UnityEngine.CanvasGroup.blocksRaycasts
bool blocksRaycasts
Definition
CanvasGroup.cs:42
UnityEngine.CanvasGroup.interactable
bool interactable
Definition
CanvasGroup.cs:31
UnityEngine.CanvasGroup.IsRaycastLocationValid
bool IsRaycastLocationValid(Vector2 sp, Camera eventCamera)
Definition
CanvasGroup.cs:61
UnityEngine.CanvasGroup
Definition
CanvasGroup.cs:10
UnityEngine.ICanvasRaycastFilter
Definition
ICanvasRaycastFilter.cs:7
System
Definition
__ComObject.cs:4
UnityEngine.Bindings.TargetType
TargetType
Definition
TargetType.cs:8
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
UnityEngine.Vector2
Definition
Vector2.cs:14
source
UnityEngine.UIModule
UnityEngine
CanvasGroup.cs
Generated by
1.10.0