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

◆ SetUvsImpl< T >()

void UnityEngine.Mesh.SetUvsImpl< T > ( int uvIndex,
int dim,
List< T > uvs,
int start,
int length,
MeshUpdateFlags flags )
inlineprivate

Definition at line 390 of file Mesh.cs.

391 {
392 Debug.LogError("The uv index is invalid. Must be in the range 0 to 7.");
393 }

References UnityEngine.Debug.LogError().