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

◆ DeviceLost

EventHandler<EventArgs> Microsoft.Xna.Framework.Graphics.GraphicsDevice.DeviceLost
addremove

Definition at line 594 of file GraphicsDevice.cs.

595 {
596 [MethodImpl(MethodImplOptions.Synchronized)]
597 add
598 {
600 }
601 [MethodImpl(MethodImplOptions.Synchronized)]
602 remove
603 {
605 }
606 }
EventHandler< EventArgs > _003Cbacking_store_003EDeviceLost
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379