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 }