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

◆ max

Vector2 UnityEngine.Rect.max
getset

Definition at line 310 of file Rect.cs.

311 {
312 [global::Cpp2ILInjected.Token(Token = "0x600025D")]
313 [global::Cpp2ILInjected.Address(RVA = "0x1F7813C", Offset = "0x1F7813C", Length = "0x10")]
314 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "XNAUICameraSettings", Member = "RectRoughlyEqual", MemberParameters = new object[]
315 {
316 typeof(Rect),
317 typeof(Rect)
318 }, ReturnType = typeof(bool))]
319 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Dropdown", Member = "Show", ReturnType = typeof(void))]
320 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
321 get
322 {
323 throw null;
324 }
325 }
class f__AnonymousType0<< Count > j__TPar
Rect(float x, float y, float width, float height)
Definition Rect.cs:79