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

◆ RecreateAndPopulateObject() [2/2]

int IGraphicsResource. Microsoft.Xna.Framework.Graphics.Texture2D.RecreateAndPopulateObject ( )
inlineprivate

Implements Microsoft.Xna.Framework.Graphics.IGraphicsResource.

Definition at line 742 of file Texture2D.cs.

743 {
744 //ILSpy generated this explicit interface implementation from .override directive in RecreateAndPopulateObject
745 return this.RecreateAndPopulateObject();
746 }
virtual unsafe int RecreateAndPopulateObject()
Definition Texture2D.cs:705

References Microsoft.Xna.Framework.Graphics.Texture2D.RecreateAndPopulateObject().