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
AnOutlinedDrawRenderTargetContent.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020007CA RID: 1994
8 {
9 // Token: 0x060040A3 RID: 16547 RVA: 0x00243894 File Offset: 0x00241A94
10 public void UseColor(Color color)
11 {
12 this._borderColor = color;
13 }
14
15 // Token: 0x060040A4 RID: 16548 RVA: 0x002438A8 File Offset: 0x00241AA8
16 protected override void HandleUseReqest(GraphicsDevice device, SpriteBatch spriteBatch)
17 {
18 }
19
20 // Token: 0x060040A5 RID: 16549
21 internal abstract void DrawTheContent(SpriteBatch spriteBatch);
22
23 // Token: 0x060040A6 RID: 16550 RVA: 0x002438B8 File Offset: 0x00241AB8
25 {
26 if (!true)
27 {
28 }
30 base..ctor();
31 }
32
33 // Token: 0x04007E54 RID: 32340
34 protected int width;
35
36 // Token: 0x04007E55 RID: 32341
37 protected int height;
38
39 // Token: 0x04007E56 RID: 32342
41
42 // Token: 0x04007E57 RID: 32343
44
45 // Token: 0x04007E58 RID: 32344
47 }
48}
class f__AnonymousType0<< Count > j__TPar
override void HandleUseReqest(GraphicsDevice device, SpriteBatch spriteBatch)