Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ContentLost

virtual EventHandler<EventArgs> Microsoft.Xna.Framework.Graphics.RenderTarget2D.ContentLost
addremove

Implements Microsoft.Xna.Framework.Graphics.IDynamicGraphicsResource.

Definition at line 36 of file RenderTarget2D.cs.

37 {
38 [MethodImpl(MethodImplOptions.Synchronized)]
39 add
40 {
42 }
43 [MethodImpl(MethodImplOptions.Synchronized)]
44 remove
45 {
47 }
48 }
EventHandler< EventArgs > _003Cbacking_store_003EContentLost
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379