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

◆ DeviceReset

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

Definition at line 609 of file GraphicsDevice.cs.

610 {
611 [MethodImpl(MethodImplOptions.Synchronized)]
612 add
613 {
615 }
616 [MethodImpl(MethodImplOptions.Synchronized)]
617 remove
618 {
620 }
621 }
EventHandler< EventArgs > _003Cbacking_store_003EDeviceReset
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379