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

Vector3 UnityEngine.Bounds.max
getset

Definition at line 221 of file Bounds.cs.

222 {
223 [global::Cpp2ILInjected.Token(Token = "0x600024B")]
224 [global::Cpp2ILInjected.Address(RVA = "0x1F77DB0", Offset = "0x1F77DB0", Length = "0x20")]
225 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.ScrollRect", Member = "UpdateBounds", ReturnType = typeof(void))]
227 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.ScrollRect", Member = "InternalCalculateOffset", MemberParameters = new object[]
228 {
231 typeof(bool),
232 typeof(bool),
233 "UnityEngine.UI.ScrollRect.MovementType",
234 typeof(ref Vector2)
235 }, ReturnType = typeof(Vector2))]
236 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
237 get
238 {
239 throw null;
240 }
241 }
class f__AnonymousType0<< Count > j__TPar
Bounds(Vector3 center, Vector3 size)
Definition Bounds.cs:60