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

◆ RecreateAndPopulateObject() [2/2]

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

Implements Microsoft.Xna.Framework.Graphics.IGraphicsResource.

Definition at line 452 of file Texture3D.cs.

453 {
454 //ILSpy generated this explicit interface implementation from .override directive in RecreateAndPopulateObject
455 return this.RecreateAndPopulateObject();
456 }
virtual unsafe int RecreateAndPopulateObject()
Definition Texture3D.cs:419

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