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
RaycastHit.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine
8{
9 [NativeHeader("PhysicsScriptingClasses.h")]
11 [NativeHeader("Modules/Physics/RaycastHit.h")]
12 [NativeHeader("Runtime/Interfaces/IRaycast.h")]
13 [global::Cpp2ILInjected.Token(Token = "0x2000003")]
14 public struct RaycastHit
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x17000001")]
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x6000001")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1FA3890", Offset = "0x1FA3890", Length = "0xAC")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.PhysicsRaycaster", Member = "Raycast", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData", "System.Collections.Generic.List`1<RaycastResult>" }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "FindObjectFromInstanceID", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(Object))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
26 get
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x17000002")]
34 {
35 [global::Cpp2ILInjected.Token(Token = "0x6000002")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1FA393C", Offset = "0x1FA393C", Length = "0xC")]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.PhysicsRaycaster", Member = "Raycast", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData", "System.Collections.Generic.List`1<RaycastResult>" }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
39 get
40 {
41 throw null;
42 }
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x17000003")]
47 {
48 [global::Cpp2ILInjected.Token(Token = "0x6000003")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1FA3948", Offset = "0x1FA3948", Length = "0xC")]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.PhysicsRaycaster", Member = "Raycast", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData", "System.Collections.Generic.List`1<RaycastResult>" }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
52 get
53 {
54 throw null;
55 }
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x17000004")]
59 public float distance
60 {
61 [global::Cpp2ILInjected.Token(Token = "0x6000004")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1FA3954", Offset = "0x1FA3954", Length = "0x8")]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.GraphicRaycaster", Member = "Raycast", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData", "System.Collections.Generic.List`1<RaycastResult>" }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.PhysicsRaycaster.RaycastHitComparer", Member = "Compare", MemberParameters = new object[]
65 {
68 }, ReturnType = typeof(int))]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.PhysicsRaycaster", Member = "Raycast", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData", "System.Collections.Generic.List`1<RaycastResult>" }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
71 get
72 {
73 throw null;
74 }
75 }
76
77 [NativeName("point")]
78 [global::Cpp2ILInjected.Token(Token = "0x4000001")]
79 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
80 internal Vector3 m_Point;
81
82 [NativeName("normal")]
83 [global::Cpp2ILInjected.Token(Token = "0x4000002")]
84 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
85 internal Vector3 m_Normal;
86
87 [NativeName("faceID")]
88 [global::Cpp2ILInjected.Token(Token = "0x4000003")]
89 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
90 internal uint m_FaceID;
91
92 [NativeName("distance")]
93 [global::Cpp2ILInjected.Token(Token = "0x4000004")]
94 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
95 internal float m_Distance;
96
97 [NativeName("uv")]
98 [global::Cpp2ILInjected.Token(Token = "0x4000005")]
99 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
100 internal Vector2 m_UV;
101
102 [NativeName("collider")]
103 [global::Cpp2ILInjected.Token(Token = "0x4000006")]
104 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
105 internal int m_Collider;
106 }
107}
class f__AnonymousType0<< Count > j__TPar