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

◆ GetUVsImpl< T >()

void UnityEngine.Mesh.GetUVsImpl< T > ( int uvIndex,
List< T > uvs,
int dim )
inlineprivate

Definition at line 428 of file Mesh.cs.

429 {
430 if (uvs != null)
431 {
432 int vertexCount = this.vertexCount;
433 VertexAttribute uvchannel = Mesh.GetUVChannel(uvIndex);
434 return;
435 }
436 }
class f__AnonymousType0<< Count > j__TPar
int vertexCount
Definition Mesh.cs:126

References UnityEngine.Mesh.GetUVChannel(), j__TPar, and UnityEngine.Mesh.vertexCount.