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

◆ VisibleChanged

EventHandler< EventArgs > Microsoft.Xna.Framework.DrawableGameComponent.VisibleChanged
addremove

Implements Microsoft.Xna.Framework.IDrawable.

Definition at line 37 of file DrawableGameComponent.cs.

38 {
40 add
41 {
43 if (@delegate != null && @delegate == null)
44 {
45 return;
46 }
47 }
49 remove
50 {
52 if (@delegate != null && @delegate == null)
53 {
54 return;
55 }
56 }
57 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278