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
IDrawable.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200033C RID: 828
6 public interface IDrawable
7 {
8 // Token: 0x1700021A RID: 538
9 // (get) Token: 0x060014E7 RID: 5351
10 int DrawOrder { get; }
11
12 // Token: 0x1700021B RID: 539
13 // (get) Token: 0x060014E8 RID: 5352
14 bool Visible { get; }
15
16 // Token: 0x1400000E RID: 14
17 // (add) Token: 0x060014E9 RID: 5353
18 // (remove) Token: 0x060014EA RID: 5354
20
21 // Token: 0x1400000F RID: 15
22 // (add) Token: 0x060014EB RID: 5355
23 // (remove) Token: 0x060014EC RID: 5356
25
26 // Token: 0x060014ED RID: 5357
28 }
29}
class f__AnonymousType0<< Count > j__TPar
EventHandler< EventArgs > VisibleChanged
Definition IDrawable.cs:24
EventHandler< EventArgs > DrawOrderChanged
Definition IDrawable.cs:19
void Draw(GameTime gameTime)