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
BaseMeshEffect.cs
Go to the documentation of this file.
1using System;
3
4namespace UnityEngine.UI
5{
6 // Token: 0x02000081 RID: 129
8 public abstract class BaseMeshEffect : UIBehaviour, IMeshModifier
9 {
10 // Token: 0x17000154 RID: 340
11 // (get) Token: 0x06000524 RID: 1316 RVA: 0x00010478 File Offset: 0x0000E678
12 protected Graphic graphic
13 {
14 get
15 {
17 if (!true)
18 {
19 }
20 Graphic component = base.GetComponent<Graphic>();
21 this.m_Graphic = component;
22 return component;
23 }
24 }
25
26 // Token: 0x06000525 RID: 1317 RVA: 0x000104A8 File Offset: 0x0000E6A8
27 protected override void OnEnable()
28 {
29 base.OnEnable();
30 Graphic graphic = this.graphic;
32 }
33
34 // Token: 0x06000526 RID: 1318 RVA: 0x000104CC File Offset: 0x0000E6CC
35 protected override void OnDisable()
36 {
37 Graphic graphic = this.graphic;
40 }
41
42 // Token: 0x06000527 RID: 1319 RVA: 0x000104F0 File Offset: 0x0000E6F0
43 protected override void OnDidApplyAnimationProperties()
44 {
45 Graphic graphic = this.graphic;
48 }
49
50 // Token: 0x06000528 RID: 1320 RVA: 0x00010514 File Offset: 0x0000E714
51 public virtual void ModifyMesh(Mesh mesh)
52 {
53 }
54
55 // Token: 0x06000529 RID: 1321
56 public abstract void ModifyMesh(VertexHelper vh);
57
58 // Token: 0x0600052A RID: 1322 RVA: 0x00010548 File Offset: 0x0000E748
59 protected BaseMeshEffect()
60 {
61 }
62
63 // Token: 0x0400026A RID: 618
66 }
67}
class f__AnonymousType0<< Count > j__TPar
Component GetComponent(Type type)
Definition Component.cs:41
virtual void ModifyMesh(Mesh mesh)
override void OnDidApplyAnimationProperties()
void ModifyMesh(VertexHelper vh)
override void OnDidApplyAnimationProperties()
Definition Graphic.cs:568
override void OnDisable()
Definition Graphic.cs:410