]> Dogcows Code - chaz/carfire/commitdiff
forgot to document Map.CenterCell
authorCharles <Charles@92bb83a3-7c8f-8a45-bc97-515c4e399668>
Tue, 13 Apr 2010 23:39:45 +0000 (23:39 +0000)
committerCharles <Charles@92bb83a3-7c8f-8a45-bc97-515c4e399668>
Tue, 13 Apr 2010 23:39:45 +0000 (23:39 +0000)
git-svn-id: https://bd85.net/svn/cs3505_group@72 92bb83a3-7c8f-8a45-bc97-515c4e399668

CarFire/CarFire/CarFire/Map.cs

index b61f2bbcb1eef2f8e0e556efdcff645b3daf5d63..95a8c2c9b75253b17cc4debd169d312ca3cf43f5 100644 (file)
@@ -93,6 +93,10 @@ namespace CarFire
         public string Tileset { get { return mData.Metadata.Tileset; } }\r
 \r
 \r
+        /// <summary>\r
+        /// Get and set the coordinate of the grid cell that should be in\r
+        /// the center of the screen when the map is drawn.\r
+        /// </summary>\r
         public Vector2 CenterCell\r
         {\r
             get { return mView.CenterCell; }\r
This page took 0.022288 seconds and 4 git commands to generate.