Windows Phone XAML and XNA Apps with Game Components

Posted by row1 on Game Development See other posts from Game Development or by row1
Published on 2013-06-29T07:19:38Z Indexed on 2013/06/29 10:30 UTC
Read the original article Hit count: 178

Filed under:
|

I am using the Windows Phone Template "Windows Phone XAML and XNA Apps" and targeting Windows Phone 7/8. Most examples show your game inheriting from Microsoft.Xna.Framework.Game and then adding Microsoft.Xna.Framework.GameComponent items to the Components collection. But as my game page inherits from PhoneApplicationPage there isn't a Components collection or a Game property.

How can I use GameComponent from within PhoneApplicationPage?

© Game Development or respective owner

Related posts about xna-4.0

Related posts about windows-phone-7