+ Fixing UI detect bug

+ Adding Width/Height/Position/RealPosition to DrawableAxiosGameObject
This commit is contained in:
Nathan Adams
2012-06-24 14:56:13 -05:00
parent db369a362d
commit 7a99ff254f
4 changed files with 39 additions and 14 deletions

View File

@@ -4,17 +4,7 @@ namespace Axios.Engine.UI
{
public class AxiosUIObject : DrawableAxiosGameObject
{
public int Width
{
get { return this.Texture.Width; }
private set { }
}
public int Height
{
get { return this.Texture.Height; }
private set {}
}
}
}