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

◆ AddUIVertexStream()

void UnityEngine.UI.VertexHelper.AddUIVertexStream ( List< UIVertex > verts,
List< int > indices )
inline

Definition at line 260 of file VertexHelper.cs.

261 {
263 if (verts != null)
264 {
265 List<Vector3> positions = this.m_Positions;
266 List<Color32> colors = this.m_Colors;
271 List<Vector3> normals = this.m_Normals;
272 List<Vector4> tangents = this.m_Tangents;
273 }
274 if (indices != null)
275 {
277 return;
278 }
279 }
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.