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
INeedRenderTargetContent.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020007C8 RID: 1992
7 public interface INeedRenderTargetContent
8 {
9 // Token: 0x170007BC RID: 1980
10 // (get) Token: 0x06004095 RID: 16533
11 bool IsReady { get; }
12
13 // Token: 0x06004096 RID: 16534
15
16 // Token: 0x06004097 RID: 16535
17 void Reset();
18 }
19}
void PrepareRenderTarget(GraphicsDevice device, SpriteBatch spriteBatch)