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

◆ CheckIndicesArrayRange()

void UnityEngine.Mesh.CheckIndicesArrayRange ( int valuesLength,
int start,
int length )
inlineprivate

Definition at line 507 of file Mesh.cs.

508 {
509 if (length == 0)
510 {
511 return;
512 }
513 }

References System.length.

Referenced by UnityEngine.Mesh.SetTrianglesImpl().