When using a class derived from Xna.Framework.DrawableGameComponent, it requires a Game object for the constructor, where do I get this from? The combined Silverlight and XNA project doesn’t seem to have one.
When using a class derived from Xna.Framework.DrawableGameComponent , it requires a Game object for
Share
There is no Game object, or GameComponents in a combined Silverlight and XNA application. From Microsoft’s App Hub: