資源簡介
windows應用
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
namespace?GameAir
{
????///?
????///?背景類
????///?
????public?class?BackGround
????{
????????public?int?X?{?get;?set;?}
????????public?int?Y?{?get;?set;?}
????????public?int?Width?{?get;?set;?}
????????public?int?Height?{?get;?set;?}
????????public?int?Speed?{?get;?set;?}
????????public?gameconser?GC?{?get;?set;?}
????????//構造函數
????????public?BackGround(int?xint?yint?widthint?heightint?speedgameconser?gc)
????????{
????????????this.X?=?x;?
????????????this.Y?=?y;
????????????this.Width?=?width;
????????????this.Height?=?height;
????????????this.Speed?=?speed;
????????????this.GC?=?gc;
????????}
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-03-07?13:10??GameAir\
?????目錄???????????0??2019-03-05?22:38??GameAir\.vs\
?????目錄???????????0??2019-03-05?22:11??GameAir\.vs\GameAir\
?????目錄???????????0??2019-02-25?09:47??GameAir\.vs\GameAir\v14\
?????文件???????53760??2019-03-01?11:44??GameAir\.vs\GameAir\v14\.suo
?????目錄???????????0??2019-03-05?22:12??GameAir\.vs\GameAir\v15\
?????文件???????56320??2019-05-20?10:06??GameAir\.vs\GameAir\v15\.suo
?????目錄???????????0??2019-03-05?22:12??GameAir\.vs\GameAir\v15\Server\
?????目錄???????????0??2019-03-05?22:12??GameAir\.vs\GameAir\v15\Server\sqlite3\
?????文件???????????0??2019-03-05?22:12??GameAir\.vs\GameAir\v15\Server\sqlite3\db.lock
?????文件????????4096??2019-03-05?22:12??GameAir\.vs\GameAir\v15\Server\sqlite3\storage.ide
?????文件???????32768??2019-05-20?09:59??GameAir\.vs\GameAir\v15\Server\sqlite3\storage.ide-shm
?????文件?????1133032??2019-05-20?10:06??GameAir\.vs\GameAir\v15\Server\sqlite3\storage.ide-wal
?????文件??????????37??2019-03-05?22:11??GameAir\.vs\ProjectSettings.json
?????文件?????????130??2019-03-05?22:38??GameAir\.vs\VSWorkspaceState.json
?????文件??????229376??2019-03-05?22:38??GameAir\.vs\slnx.sqlite
?????文件?????????184??2019-02-25?21:10??GameAir\App.config
?????文件????????1209??2019-02-26?09:57??GameAir\BackGround.cs
?????文件????????4659??2019-03-07?13:10??GameAir\Bullet.cs
?????文件?????????331??2019-02-27?08:56??GameAir\Direction.cs
?????文件????????4606??2019-03-01?10:56??GameAir\EnemyPlane.cs
?????文件????????1406??2019-02-28?16:26??GameAir\Explode.cs
?????文件????????4496??2019-03-01?10:20??GameAir\GameAir.csproj
?????文件?????????980??2019-02-25?09:47??GameAir\GameAir.sln
?????文件?????????227??2019-03-01?08:52??GameAir\GameState.cs
?????文件????????7670??2019-03-06?11:39??GameAir\MyPlane.cs
?????文件?????????524??2019-02-25?11:04??GameAir\Program.cs
?????目錄???????????0??2019-02-25?09:47??GameAir\Properties\
?????文件????????1322??2019-02-25?09:47??GameAir\Properties\AssemblyInfo.cs
?????文件????????2854??2019-02-25?21:10??GameAir\Properties\Resources.Designer.cs
?????文件????????5612??2019-02-25?09:47??GameAir\Properties\Resources.resx
............此處省略102個文件信息
- 上一篇:C# 畫筆 (簡單繪畫板)
- 下一篇:C# 簡單模擬兩個小人打架
評論
共有 條評論