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

◆ RecreateAndPopulateObject() [2/2]

int IGraphicsResource. Microsoft.Xna.Framework.Graphics.Effect.RecreateAndPopulateObject ( )
inlineprivateinherited

Implements Microsoft.Xna.Framework.Graphics.IGraphicsResource.

Definition at line 439 of file Effect.cs.

440 {
441 //ILSpy generated this explicit interface implementation from .override directive in RecreateAndPopulateObject
442 return this.RecreateAndPopulateObject();
443 }
virtual unsafe int RecreateAndPopulateObject()
Definition Effect.cs:387

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