• 大小: 23.26M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  c  初学者  

资源简介

练习c#适合初学者

资源截图

代码片段和文件信息

#region File Description
//-----------------------------------------------------------------------------
// Accelerometer.cs
//
// Microsoft XNA Community Game Platform
// Copyright (C) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
#endregion

#region Using Statements
using System;
using Microsoft.Xna.framework;
using Microsoft.Xna.framework.Input;
#endregion

namespace Platformer
{
    /// 
    /// A static encapsulation of accelerometer input to provide games with a polling-based
    /// accelerometer system.
    /// 

    public static class Accelerometer
    {
#if WINDOWS_PHONE
        // the accelerometer sensor on the device
        private static Microsoft.Devices

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3285  2012-03-20 14:50  51Aspx源码必读 .txt
     文件        4945  2012-03-20 14:50  from.gif
     文件        1370  2012-03-20 14:50  Platformer (Phone).sln
     文件        1063  2012-03-20 14:50  Platformer (Windows).sln
     文件        1286  2012-03-20 14:50  Platformer (Xbox).sln
     文件         123  2012-03-20 14:50  最新Asp.Net源码下载.url
     文件       11984  2012-03-20 14:50  Platformer\Content\Content.contentproj
     文件      270585  2012-03-20 14:50  Platformer\Content\Backgrounds\layer0_0.png
     文件      318615  2012-03-20 14:50  Platformer\Content\Backgrounds\layer0_1.png
     文件      291645  2012-03-20 14:50  Platformer\Content\Backgrounds\layer0_2.png
     文件      725019  2012-03-20 14:50  Platformer\Content\Backgrounds\layer1_0.png
     文件      695356  2012-03-20 14:50  Platformer\Content\Backgrounds\layer1_1.png
     文件      696090  2012-03-20 14:50  Platformer\Content\Backgrounds\layer1_2.png
     文件      243906  2012-03-20 14:50  Platformer\Content\Backgrounds\layer2_0.png
     文件      322609  2012-03-20 14:50  Platformer\Content\Backgrounds\layer2_1.png
     文件      394860  2012-03-20 14:50  Platformer\Content\Backgrounds\layer2_2.png
     文件        2071  2012-03-20 14:50  Platformer\Content\Fonts\Hud.spritefont
     文件         330  2012-03-20 14:50  Platformer\Content\Levels\0.txt
     文件         330  2012-03-20 14:50  Platformer\Content\Levels\1.txt
     文件         330  2012-03-20 14:50  Platformer\Content\Levels\2.txt
     文件        6052  2012-03-20 14:50  Platformer\Content\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         121  2012-03-20 14:50  Platformer\Content\obj\Windows Phone\Debug\Content.contentproj.FileListAbsolute.txt
     文件       48684  2012-03-20 14:50  Platformer\Content\obj\Windows Phone\Debug\ResolveAssemblyReference.cache
     文件       18275  2012-03-20 14:50  Platformer\Content\Overlays\you_died.png
     文件       18824  2012-03-20 14:50  Platformer\Content\Overlays\you_lose.png
     文件       18409  2012-03-20 14:50  Platformer\Content\Overlays\you_win.png
     文件       52785  2012-03-20 14:50  Platformer\Content\Sounds\ExitReached.wma
     文件       16929  2012-03-20 14:50  Platformer\Content\Sounds\GemCollected.wma
     文件       23055  2012-03-20 14:50  Platformer\Content\Sounds\MonsterKilled.wma
     文件     1933020  2012-03-20 14:50  Platformer\Content\Sounds\Music.wma
     文件       29031  2012-03-20 14:50  Platformer\Content\Sounds\PlayerFall.wma
............此处省略118个文件信息

评论

共有 条评论