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
BaseVertexEffect.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine.UI
6{
7 // Token: 0x02000080 RID: 128
8 [Obsolete("Use BaseMeshEffect instead", true)]
9 public abstract class BaseVertexEffect
10 {
11 // Token: 0x06000522 RID: 1314
12 [Obsolete("Use BaseMeshEffect.ModifyMeshes instead", true)]
14 public abstract void ModifyVertices(List<UIVertex> vertices);
15
16 // Token: 0x06000523 RID: 1315 RVA: 0x00010464 File Offset: 0x0000E664
17 protected BaseVertexEffect()
18 {
19 }
20 }
21}
class f__AnonymousType0<< Count > j__TPar
void ModifyVertices(List< UIVertex > vertices)