ContentManagerName
Introduction
The ContentManagerName property returns the Screen's ContentManagerName. For more information on ContentManagers, see the ContentManager page.
Code Example
ContentManagerName can be used when manually loading files. For example, assuming that "Content/MyGraphic.png" is part of your project, you can load it as follows:
Last updated