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

◆ AddUIVertexQuad()

void UnityEngine.UI.VertexHelper.AddUIVertexQuad ( UIVertex[] verts)
inline

Definition at line 248 of file VertexHelper.cs.

249 {
250 List<Vector3> positions = this.m_Positions;
251 if (positions != null)
252 {
253 int size = positions._size;
254 return;
255 }
256 object syncRoot = positions._syncRoot;
257 }

References System.Collections.Generic.List< T >._size, System.Collections.Generic.List< T >._syncRoot, and UnityEngine.UI.VertexHelper.m_Positions.