AxiosEngine-old 

AxiosEngine-old Mercurial Source Tree


Root/axios/Engine/UI/AxiosUIObject.cs

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 {}
        }
 
    }
}
Source at commit c0da0eee163b created 12 years 6 months ago.
By Nathan Adams, + * - Adding a behavior in AxiosGameScreen where the camera will be controllable via

Archive Download this file

Page rendered in 0.82206s using 11 queries.