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
Plane.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine
8{
10 [global::Cpp2ILInjected.Token(Token = "0x2000085")]
11 public struct Plane : IFormattable
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x1700007A")]
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x600023B")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1F775C8", Offset = "0x1F775C8", Length = "0xC")]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.RectTransformUtility", Member = "ScreenPointToWorldPointInRectangle", MemberParameters = new object[]
19 {
24 }, ReturnType = typeof(bool))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
26 get
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x600023C")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1F775D4", Offset = "0x1F775D4", Length = "0x110")]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "ScreenToLocal", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(Vector2))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.RectTransformUtility", Member = "ScreenPointToWorldPointInRectangle", MemberParameters = new object[]
37 {
42 }, ReturnType = typeof(bool))]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x600023D")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1F776E4", Offset = "0x1F776E4", Length = "0x100")]
52 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "ScreenToLocal", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(Vector2))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.RectTransformUtility", Member = "ScreenPointToWorldPointInRectangle", MemberParameters = new object[]
55 {
60 }, ReturnType = typeof(bool))]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
63 public bool Raycast(Ray ray, out float enter)
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x600023E")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1F777FC", Offset = "0x1F777FC", Length = "0xC")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 public override string ToString()
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x600023F")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1F77808", Offset = "0x1F77808", Length = "0x160")]
78 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector3), Member = "ToString", MemberParameters = new object[]
83 {
84 typeof(string),
86 }, ReturnType = typeof(string))]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(float), Member = "ToString", MemberParameters = new object[]
88 {
89 typeof(string),
91 }, ReturnType = typeof(string))]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "UnityEngine.UnityString", Member = "Format", MemberParameters = new object[]
93 {
94 typeof(string),
95 typeof(object[])
96 }, ReturnType = typeof(string))]
97 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
99 {
100 throw null;
101 }
102
103 [global::Cpp2ILInjected.Token(Token = "0x4000317")]
104 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
106
107 [global::Cpp2ILInjected.Token(Token = "0x4000318")]
108 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
109 private float m_Distance;
110 }
111}
class f__AnonymousType0<< Count > j__TPar
override string ToString()
Definition Plane.cs:71
Vector3 m_Normal
Definition Plane.cs:105
Plane(Vector3 inNormal, Vector3 inPoint)
Definition Plane.cs:45
string ToString(string format, IFormatProvider formatProvider)
Definition Plane.cs:98
Vector3 normal
Definition Plane.cs:15
bool Raycast(Ray ray, out float enter)
Definition Plane.cs:63
float m_Distance
Definition Plane.cs:109