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

◆ min

Vector2 UnityEngine.Rect.min
getset

Definition at line 292 of file Rect.cs.

293 {
294 [global::Cpp2ILInjected.Token(Token = "0x600025C")]
295 [global::Cpp2ILInjected.Address(RVA = "0x1F78124", Offset = "0x1F78124", Length = "0x8")]
296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "XNAUICameraSettings", Member = "RectRoughlyEqual", MemberParameters = new object[]
297 {
298 typeof(Rect),
299 typeof(Rect)
300 }, ReturnType = typeof(bool))]
301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Dropdown", Member = "Show", ReturnType = typeof(void))]
302 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
303 get
304 {
305 throw null;
306 }
307 }
class f__AnonymousType0<< Count > j__TPar
Rect(float x, float y, float width, float height)
Definition Rect.cs:79