terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ IsRenderTargetBound

bool Microsoft.Xna.Framework.Graphics.GraphicsDevice.IsRenderTargetBound
getsetpackage

Definition at line 288 of file GraphicsDevice.cs.

289 {
290 [global::Cpp2ILInjected.Token(Token = "0x600177C")]
291 [global::Cpp2ILInjected.Address(RVA = "0xAB1C80", Offset = "0xAB1C80", Length = "0x10")]
292 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
293 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
294 get
295 {
296 throw null;
297 }
298 }