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

◆ zero

Rect UnityEngine.Rect.zero
staticgetset

Definition at line 101 of file Rect.cs.

102 {
103 [global::Cpp2ILInjected.Token(Token = "0x6000254")]
104 [global::Cpp2ILInjected.Address(RVA = "0x1F780C4", Offset = "0x1F780C4", Length = "0x14")]
105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Sprite), Member = "get_textureRect", ReturnType = typeof(Rect))]
106 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.RectMask2D", Member = "PerformClipping", ReturnType = typeof(void))]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.GUIUtility", Member = "GetControlID", MemberParameters = new object[]
108 {
109 typeof(int),
110 "UnityEngine.FocusType"
111 }, ReturnType = typeof(int))]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
113 get
114 {
115 throw null;
116 }
117 }
class f__AnonymousType0<< Count > j__TPar
Rect(float x, float y, float width, float height)
Definition Rect.cs:79