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

◆ DeviceResetting

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

Definition at line 624 of file GraphicsDevice.cs.

625 {
626 [MethodImpl(MethodImplOptions.Synchronized)]
627 add
628 {
630 }
631 [MethodImpl(MethodImplOptions.Synchronized)]
632 remove
633 {
635 }
636 }
EventHandler< EventArgs > _003Cbacking_store_003EDeviceResetting
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379