From c8f76edcbc66e1466db1cfef4bc314a7261670e8 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 13 Apr 2010 23:39:45 +0000 Subject: [PATCH] forgot to document Map.CenterCell git-svn-id: https://bd85.net/svn/cs3505_group@72 92bb83a3-7c8f-8a45-bc97-515c4e399668 --- CarFire/CarFire/CarFire/Map.cs | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.43.0