James 的个人资料BluePhaze照片日志列表更多 ![]() | 帮助 |
|
11月5日 XNA QnA - Default Starting MethodsOk so questions I have gotten quite a few times from those starting fresh with XNA Studio Express relate to what are the built in Methods in my code for when I start my project. This is a great question as XNA studio automatically plugs in some code for you when you create a new game project. These are there to take out some of the initial guess work and are the main building blocks any graphics oriented game application are going to need. To answer I always like to stick as close to the help materials as possible. In this case the XNA Studio Express help documentation handles this more than adequately. Here is the section explaining the built in code blocks: Some of the hard work has already been done for you. If you build and run your game now, the GraphicsDeviceManager will handle setting up your screen size and rendering a blank screen. Your game will run and update all by itself. It's up to you to insert your own code to make the game more interesting. Much of the code to start and run your game has already been written for you, and all have places for you to insert your code:
As this is a technology that has great interest for me I will continue to post answers to questions I commonly get in my blog here.
引用通告此日志的引用通告 URL 是: http://bluephaze.spaces.live.com/blog/cns!364D4F01994932D3!299.trak 引用此项的网络日志
|
|
|