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
UIVertex.cs
Go to the documentation of this file.
1
using
System
;
2
using
UnityEngine.Scripting
;
3
4
namespace
UnityEngine
5
{
6
// Token: 0x0200000B RID: 11
7
[
UsedByNativeCode
]
8
public
struct
UIVertex
9
{
10
// Token: 0x06000023 RID: 35 RVA: 0x000025B4 File Offset: 0x000007B4
11
// Note: this type is marked as 'beforefieldinit'.
12
static
UIVertex
()
13
{
14
}
15
16
// Token: 0x0400003E RID: 62
17
public
Vector3
position
;
18
19
// Token: 0x0400003F RID: 63
20
public
Vector3
normal
;
21
22
// Token: 0x04000040 RID: 64
23
public
Vector4
tangent
;
24
25
// Token: 0x04000041 RID: 65
26
public
Color32
color
;
27
28
// Token: 0x04000042 RID: 66
29
public
Vector4
uv0
;
30
31
// Token: 0x04000043 RID: 67
32
public
Vector4
uv1
;
33
34
// Token: 0x04000044 RID: 68
35
public
Vector4
uv2
;
36
37
// Token: 0x04000045 RID: 69
38
public
Vector4
uv3
;
39
40
// Token: 0x04000046 RID: 70
41
private
static
readonly
Color32
s_DefaultColor
;
42
43
// Token: 0x04000047 RID: 71
44
private
static
readonly
Vector4
s_DefaultTangent
;
45
46
// Token: 0x04000048 RID: 72
47
public
static
UIVertex
simpleVert
;
48
}
49
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System
Definition
__ComObject.cs:4
UnityEngine.Scripting
Definition
MovedFromAttribute.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
UnityEngine.Color32
Definition
Color32.cs:16
UnityEngine.UIVertex.simpleVert
static UIVertex simpleVert
Definition
UIVertex.cs:47
UnityEngine.UIVertex.normal
Vector3 normal
Definition
UIVertex.cs:20
UnityEngine.UIVertex.position
Vector3 position
Definition
UIVertex.cs:17
UnityEngine.UIVertex.s_DefaultColor
static readonly Color32 s_DefaultColor
Definition
UIVertex.cs:41
UnityEngine.UIVertex.UIVertex
static UIVertex()
Definition
UIVertex.cs:12
UnityEngine.UIVertex.uv3
Vector4 uv3
Definition
UIVertex.cs:38
UnityEngine.UIVertex.s_DefaultTangent
static readonly Vector4 s_DefaultTangent
Definition
UIVertex.cs:44
UnityEngine.UIVertex.color
Color32 color
Definition
UIVertex.cs:26
UnityEngine.UIVertex.uv2
Vector4 uv2
Definition
UIVertex.cs:35
UnityEngine.UIVertex.tangent
Vector4 tangent
Definition
UIVertex.cs:23
UnityEngine.UIVertex.uv0
Vector4 uv0
Definition
UIVertex.cs:29
UnityEngine.UIVertex.uv1
Vector4 uv1
Definition
UIVertex.cs:32
UnityEngine.UIVertex
Definition
UIVertex.cs:9
UnityEngine.Vector3
Definition
Vector3.cs:18
UnityEngine.Vector4
Definition
Vector4.cs:16
source
UnityEngine.TextRenderingModule
UnityEngine
UIVertex.cs
Generated by
1.10.0