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

◆ raise_ResourceDestroyed()

void Microsoft.Xna.Framework.Graphics.GraphicsDevice.raise_ResourceDestroyed ( object value0,
ResourceDestroyedEventArgs value1 )
inlineprotected

Definition at line 1002 of file GraphicsDevice.cs.

1003 {
1004 _003Cbacking_store_003EResourceDestroyed?.Invoke(value0, value1);
1005 }
EventHandler< ResourceDestroyedEventArgs > _003Cbacking_store_003EResourceDestroyed

References Microsoft.Xna.Framework.Graphics.GraphicsDevice._003Cbacking_store_003EResourceDestroyed.