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
Physics2DRaycaster.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020000BD RID: 189
8 [RequireComponent(typeof(Camera))]
9 [AddComponentMenu("Event/Physics 2D Raycaster")]
11 {
12 // Token: 0x060006D5 RID: 1749 RVA: 0x0001375C File Offset: 0x0001195C
14 {
17 base..ctor();
18 }
19
20 // Token: 0x060006D6 RID: 1750 RVA: 0x00002207 File Offset: 0x00000407
22 {
23 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
24 }
25
26 // Token: 0x04000318 RID: 792
28 }
29}
class f__AnonymousType0<< Count > j__TPar
override void Raycast(PointerEventData eventData, List< RaycastResult > resultAppendList)