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
IMeshModifier.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine.UI
4{
5 // Token: 0x02000083 RID: 131
6 public interface IMeshModifier
7 {
8 // Token: 0x0600052C RID: 1324
9 [Obsolete("use IMeshModifier.ModifyMesh (VertexHelper verts) instead", false)]
10 void ModifyMesh(Mesh mesh);
11
12 // Token: 0x0600052D RID: 1325
14 }
15}
class f__AnonymousType0<< Count > j__TPar
void ModifyMesh(Mesh mesh)
void ModifyMesh(VertexHelper verts)