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

◆ GetUIVertexStream()

void UnityEngine.UI.VertexHelper.GetUIVertexStream ( List< UIVertex > stream)
inline

Definition at line 300 of file VertexHelper.cs.

301 {
302 if (stream != null)
303 {
305 List<Vector3> positions = this.m_Positions;
306 List<Color32> colors = this.m_Colors;
311 List<Vector3> normals = this.m_Normals;
312 List<Vector4> tangents = this.m_Tangents;
313 List<int> indices = this.m_Indices;
314 }
315 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.UI.VertexHelper.InitializeListIfRequired(), j__TPar, UnityEngine.UI.VertexHelper.m_Colors, UnityEngine.UI.VertexHelper.m_Indices, UnityEngine.UI.VertexHelper.m_Normals, UnityEngine.UI.VertexHelper.m_Positions, UnityEngine.UI.VertexHelper.m_Tangents, UnityEngine.UI.VertexHelper.m_Uv0S, UnityEngine.UI.VertexHelper.m_Uv1S, UnityEngine.UI.VertexHelper.m_Uv2S, and UnityEngine.UI.VertexHelper.m_Uv3S.