Search code examples
interfacexnacontent-management-systemxna-4.0

How to get number of objects registered in XNA ContentManager?


Is there any way to obtain the number of objects registered in the XNA ContentManager ?


Solution

  • Not built into the ContentManager class. But you could increment your own counter that keeps track if you need too.