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

◆ ContentLost

virtual EventHandler<EventArgs> Microsoft.Xna.Framework.Graphics.DynamicVertexBuffer.ContentLost
addremove

Implements Microsoft.Xna.Framework.Graphics.IDynamicGraphicsResource.

Definition at line 27 of file DynamicVertexBuffer.cs.

28 {
29 [MethodImpl(MethodImplOptions.Synchronized)]
30 add
31 {
33 }
34 [MethodImpl(MethodImplOptions.Synchronized)]
35 remove
36 {
38 }
39 }
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition Delegate.cs:463
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition Delegate.cs:379