One of the first things worth talking about is how your content is used in your game. With the XNA Framework Content Pipeline, your content is managed inside Visual C# Express. So just as you would add code files today, you'll add your content as well. This helps keep things together and lets you organize your entire game in one solution, with any number of projects you want. You'll be able to set actions for your content such as what Importer and Processor to use. (More on those in a bit!)
第一個值得我們討論的是,Content如何在你的遊戲中被使用。儘管有XNA Framework Content Pipeline,你的Content還是在Visual C# Express中被處理。所以,當你今天要增加Code文件時,你也將增加你的內容。這幫助保持東西在一起,並且使用一種方法,讓你組織你的整個遊戲,其具備了為數眾多你所需要的專案。為了你的內容,你將能夠去設定動作,例如什麼樣的importer以及使用的處理程序。(在一個bit中做更多)