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
RaycasterManager.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
4
namespace
UnityEngine.EventSystems
5
{
6
// Token: 0x020000BB RID: 187
7
internal
static
class
RaycasterManager
8
{
9
// Token: 0x060006C5 RID: 1733 RVA: 0x000135C4 File Offset: 0x000117C4
10
public
static
void
AddRaycaster
(
BaseRaycaster
baseRaycaster
)
11
{
12
int
num = 1;
13
if
(num == 0)
14
{
15
}
16
if
(num == 0)
17
{
18
}
19
}
20
21
// Token: 0x060006C6 RID: 1734 RVA: 0x000135DC File Offset: 0x000117DC
22
public
static
List<BaseRaycaster>
GetRaycasters
()
23
{
24
if
(!
true
)
25
{
26
}
27
return
1;
28
}
29
30
// Token: 0x060006C7 RID: 1735 RVA: 0x000135F0 File Offset: 0x000117F0
31
public
static
void
RemoveRaycasters
(
BaseRaycaster
baseRaycaster
)
32
{
33
if
(!
true
)
34
{
35
}
36
if
(!
true
)
37
{
38
}
39
}
40
41
// Token: 0x060006C8 RID: 1736 RVA: 0x00013604 File Offset: 0x00011804
42
// Note: this type is marked as 'beforefieldinit'.
43
static
RaycasterManager
()
44
{
45
}
46
47
// Token: 0x04000316 RID: 790
48
private
static
readonly
List<BaseRaycaster>
s_Raycasters
;
49
}
50
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Generic.List
Definition
List.cs:13
UnityEngine.EventSystems.BaseRaycaster
Definition
BaseRaycaster.cs:8
UnityEngine.EventSystems.RaycasterManager.RemoveRaycasters
static void RemoveRaycasters(BaseRaycaster baseRaycaster)
Definition
RaycasterManager.cs:31
UnityEngine.EventSystems.RaycasterManager.GetRaycasters
static List< BaseRaycaster > GetRaycasters()
Definition
RaycasterManager.cs:22
UnityEngine.EventSystems.RaycasterManager.s_Raycasters
static readonly List< BaseRaycaster > s_Raycasters
Definition
RaycasterManager.cs:48
UnityEngine.EventSystems.RaycasterManager.RaycasterManager
static RaycasterManager()
Definition
RaycasterManager.cs:43
UnityEngine.EventSystems.RaycasterManager.AddRaycaster
static void AddRaycaster(BaseRaycaster baseRaycaster)
Definition
RaycasterManager.cs:10
UnityEngine.EventSystems.RaycasterManager
Definition
RaycasterManager.cs:8
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System
Definition
__ComObject.cs:4
UnityEngine.EventSystems
Definition
AbstractEventData.cs:4
source
UnityEngine.UI
UnityEngine
EventSystems
RaycasterManager.cs
Generated by
1.10.0