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

◆ SetContentLost() [2/2]

void IDynamicGraphicsResource. Microsoft.Xna.Framework.Graphics.DynamicIndexBuffer.SetContentLost ( [MarshalAs(UnmanagedType.U1)] bool isContentLost)
inlineprivate

Implements Microsoft.Xna.Framework.Graphics.IDynamicGraphicsResource.

Definition at line 147 of file DynamicIndexBuffer.cs.

148 {
149 //ILSpy generated this explicit interface implementation from .override directive in SetContentLost
150 this.SetContentLost(isContentLost);
151 }
virtual void SetContentLost([MarshalAs(UnmanagedType.U1)] bool isContentLost)

References Microsoft.Xna.Framework.Graphics.DynamicIndexBuffer.SetContentLost().