]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/Map.cs
forgot to document Map.CenterCell
[chaz/carfire] / 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.016718 seconds and 4 git commands to generate.