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

◆ PresentationChanged

EventHandler< PresentationEventArgs > Microsoft.Xna.Framework.Graphics.GraphicsDevice.PresentationChanged
addremovepackage

Definition at line 183 of file GraphicsDevice.cs.

184 {
186 add
187 {
189 if (@delegate != null && @delegate == null)
190 {
191 return;
192 }
193 }
195 remove
196 {
198 if (@delegate != null && @delegate == null)
199 {
200 return;
201 }
202 }
203 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< PresentationEventArgs > PresentationChanged
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278