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
VertexColors.cs
Go to the documentation of this file.
1using System;
8
9namespace Terraria.Graphics
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000737")]
12 public struct VertexColors
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6003D11")]
15 [global::Cpp2ILInjected.Address(RVA = "0x149A7B8", Offset = "0x149A7B8", Length = "0xC")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = ".cctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WaterShaderData), Member = "StepLiquids", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WaterShaderData), Member = "DrawWaves", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WallDrawing), Member = ".ctor", MemberParameters = new object[] { typeof(TilePaintSystemV2) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
22 public VertexColors(Color color)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6003D12")]
28 [global::Cpp2ILInjected.Address(RVA = "0x149A7C4", Offset = "0x149A7C4", Length = "0xC")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34
35 [global::Cpp2ILInjected.Token(Token = "0x6003D13")]
36 [global::Cpp2ILInjected.Address(RVA = "0x149A7D0", Offset = "0x149A7D0", Length = "0xC")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 public static implicit operator VertexColors(Color color)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x4007C05")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
47
48 [global::Cpp2ILInjected.Token(Token = "0x4007C06")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
51
52 [global::Cpp2ILInjected.Token(Token = "0x4007C07")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
55
56 [global::Cpp2ILInjected.Token(Token = "0x4007C08")]
57 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
59 }
60}
class f__AnonymousType0<< Count > j__TPar
VertexColors(Color topLeft, Color topRight, Color bottomRight, Color bottomLeft)