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

◆ SetContentLost() [2/2]

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

Implements Microsoft.Xna.Framework.Graphics.IDynamicGraphicsResource.

Definition at line 146 of file RenderTargetCube.cs.

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

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