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
UIVertex.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine
7{
9 [global::Cpp2ILInjected.Token(Token = "0x200000B")]
10 public struct UIVertex
11 {
12 // Note: this type is marked as 'beforefieldinit'.
13 [global::Cpp2ILInjected.Token(Token = "0x6000023")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1FA5938", Offset = "0x1FA5938", Length = "0x170")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
18 static UIVertex()
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x400003E")]
24 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
26
27 [global::Cpp2ILInjected.Token(Token = "0x400003F")]
28 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
30
31 [global::Cpp2ILInjected.Token(Token = "0x4000040")]
32 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
34
35 [global::Cpp2ILInjected.Token(Token = "0x4000041")]
36 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
37 public Color32 color;
38
39 [global::Cpp2ILInjected.Token(Token = "0x4000042")]
40 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
41 public Vector4 uv0;
42
43 [global::Cpp2ILInjected.Token(Token = "0x4000043")]
44 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C")]
45 public Vector4 uv1;
46
47 [global::Cpp2ILInjected.Token(Token = "0x4000044")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4C")]
49 public Vector4 uv2;
50
51 [global::Cpp2ILInjected.Token(Token = "0x4000045")]
52 [global::Cpp2ILInjected.FieldOffset(Offset = "0x5C")]
53 public Vector4 uv3;
54
55 [global::Cpp2ILInjected.Token(Token = "0x4000046")]
57
58 [global::Cpp2ILInjected.Token(Token = "0x4000047")]
60
61 [global::Cpp2ILInjected.Token(Token = "0x4000048")]
62 public static UIVertex simpleVert;
63 }
64}
class f__AnonymousType0<< Count > j__TPar
static UIVertex simpleVert
Definition UIVertex.cs:62
static readonly Color32 s_DefaultColor
Definition UIVertex.cs:56
static readonly Vector4 s_DefaultTangent
Definition UIVertex.cs:59