+ Fixing UI detect bug
+ Adding Width/Height/Position/RealPosition to DrawableAxiosGameObject
This commit is contained in:
@@ -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 {}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user