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
MeshFilter.cs
Go to the documentation of this file.
1using System;
7
8namespace UnityEngine
9{
11 [NativeHeader("Runtime/Graphics/Mesh/MeshFilter.h")]
12 [global::Cpp2ILInjected.Token(Token = "0x2000053")]
13 public sealed class MeshFilter : Component
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000170")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1F737D4", Offset = "0x1F737D4", Length = "0x4")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 private void DontStripMeshFilter()
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x17000040")]
25 public extern Mesh mesh
26 {
27 [NativeName("SetInstantiatedMesh")]
28 [global::Cpp2ILInjected.Token(Token = "0x6000171")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1F737D8", Offset = "0x1F737D8", Length = "0x44")]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.GeometryBufferInstance", Member = ".ctor", MemberParameters = new object[] { typeof(Transform) }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 [MethodImpl(4096)]
34 set;
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar