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
◆
currentIndexCount
int UnityEngine.UI.VertexHelper.currentIndexCount
get
Definition at line
110
of file
VertexHelper.cs
.
111
{
112
get
113
{
114
List<int>
indices = this.
m_Indices
;
115
if
(indices !=
null
)
116
{
117
return
indices.
_size
;
118
}
119
}
120
}
System.Collections.Generic.List._size
int _size
Definition
List.cs:394
System.Collections.Generic.List
Definition
List.cs:13
UnityEngine.UI.VertexHelper.m_Indices
List< int > m_Indices
Definition
VertexHelper.cs:348
UnityEngine
UI
VertexHelper
Generated by
1.10.0