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

◆ ResourceCreated

EventHandler<ResourceCreatedEventArgs> Microsoft.Xna.Framework.Graphics.GraphicsDevice.ResourceCreated
addremove

Definition at line 579 of file GraphicsDevice.cs.

580 {
581 [MethodImpl(MethodImplOptions.Synchronized)]
582 add
583 {
585 }
586 [MethodImpl(MethodImplOptions.Synchronized)]
587 remove
588 {
590 }
591 }
EventHandler< ResourceCreatedEventArgs > _003Cbacking_store_003EResourceCreated
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379