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
GeometryBuffer.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200036F")]
9 public class GeometryBuffer
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60016E5")]
12 [global::Cpp2ILInjected.Address(RVA = "0xAAB50C", Offset = "0xAAB50C", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 public GeometryBuffer(bool dynamic)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60016E6")]
21 [global::Cpp2ILInjected.Address(RVA = "0x158B1B4", Offset = "0x158B1B4", Length = "0x54")]
22 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
25 {
28 typeof(int)
29 }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
31 private T[] Clone<T>(T[] srcArray, int Count)
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x60016E7")]
37 [global::Cpp2ILInjected.Address(RVA = "0xAAB514", Offset = "0xAAB514", Length = "0xFC")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MaterialBuffer), Member = "GetMaterial", MemberParameters = new object[]
40 {
46 }, ReturnType = typeof(Material))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Material), Member = "set_renderQueue", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Renderer), Member = "set_material", MemberParameters = new object[] { typeof(Material) }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
50 public void RenderAndFlush()
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x4002579")]
56 public static int RenderLayer;
57
58 [global::Cpp2ILInjected.Token(Token = "0x400257A")]
59 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
61 }
62}
class f__AnonymousType0<< Count > j__TPar