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

◆ RenderTargetCount

int Microsoft.Xna.Framework.Graphics.GraphicsDevice.RenderTargetCount
get

Definition at line 629 of file GraphicsDevice.cs.

630 {
631 get
632 {
633 return this._currentRenderTargetCount;
634 }
635 }