terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
VertexColors.cs
Go to the documentation of this file.
1using System;
4
5namespace Terraria.Graphics
6{
7 // Token: 0x02000737 RID: 1847
8 public struct VertexColors
9 {
10 // Token: 0x06003D11 RID: 15633 RVA: 0x00238488 File Offset: 0x00236688
11 public VertexColors(Color color)
12 {
13 }
14
15 // Token: 0x06003D12 RID: 15634 RVA: 0x00238498 File Offset: 0x00236698
22
23 // Token: 0x06003D13 RID: 15635 RVA: 0x000021DB File Offset: 0x000003DB
24 public static implicit operator VertexColors(Color color)
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28
29 // Token: 0x04007C05 RID: 31749
31
32 // Token: 0x04007C06 RID: 31750
34
35 // Token: 0x04007C07 RID: 31751
37
38 // Token: 0x04007C08 RID: 31752
40 }
41}
class f__AnonymousType0<< Count > j__TPar
VertexColors(Color topLeft, Color topRight, Color bottomRight, Color bottomLeft)