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

◆ raise_ResourceCreated()

void Microsoft.Xna.Framework.Graphics.GraphicsDevice.raise_ResourceCreated ( object value0,
ResourceCreatedEventArgs value1 )
inlineprotected

Definition at line 996 of file GraphicsDevice.cs.

997 {
998 _003Cbacking_store_003EResourceCreated?.Invoke(value0, value1);
999 }
EventHandler< ResourceCreatedEventArgs > _003Cbacking_store_003EResourceCreated

References Microsoft.Xna.Framework.Graphics.GraphicsDevice._003Cbacking_store_003EResourceCreated.