From: Charles Date: Tue, 13 Apr 2010 23:39:45 +0000 (+0000) Subject: forgot to document Map.CenterCell X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=commitdiff_plain;h=c8f76edcbc66e1466db1cfef4bc314a7261670e8 forgot to document Map.CenterCell git-svn-id: https://bd85.net/svn/cs3505_group@72 92bb83a3-7c8f-8a45-bc97-515c4e399668 --- diff --git a/CarFire/CarFire/CarFire/Map.cs b/CarFire/CarFire/CarFire/Map.cs index b61f2bb..95a8c2c 100644 --- a/CarFire/CarFire/CarFire/Map.cs +++ b/CarFire/CarFire/CarFire/Map.cs @@ -93,6 +93,10 @@ namespace CarFire public string Tileset { get { return mData.Metadata.Tileset; } } + /// + /// Get and set the coordinate of the grid cell that should be in + /// the center of the screen when the map is drawn. + /// public Vector2 CenterCell { get { return mView.CenterCell; }