ContentManagerName
Introduction
Code Example
// Assuming "this" is a screen (the code is in the Screen's custom code:
Texture2D texture = FlatRedBallServices.Load<Texture2D>(
"Content/MyGraphic.png", this.ContentManagerName);Last updated
Was this helpful?