摘要:
已知: Page1 Page2 Page3question: Page1——>Page2 then Page2——(跳过Page1)——>Page3 How???answer:Class Page1:PhoneApplicationPage{ private void NavigateMethod() { NavigationService.Navigate(new Uri("/Page2.xaml",Urikind.Relactive)); }}Class Page2:PhoneApplicationPage{ private void NavigateMet 阅读全文
posted @ 2011-12-29 14:28
Games
阅读(227)
评论(0)
推荐(0)
摘要:
关于Farseer的使用链接:http://www.farseergames.com/storage/farseerphysics/Manual2.1.htm0. FixedDistanceJoint1. DistanceJoint 两个body的中心距离2.FixedRevoluteJoint3. RevoluteJoint 一个Dynamic body ,一个static body,4 FixedPrismaticJoint5. PrismaticJoint if we attached a dynamic body to a static body with a prismatic j. 阅读全文
posted @ 2011-12-29 13:33
Games
阅读(282)
评论(0)
推荐(0)