AxiosEngine-old 

AxiosEngine-old Mercurial Source Tree


Root/axios/Engine/Interfaces/IDrawableAxiosGameObject.cs

using Microsoft.Xna.Framework;
 
namespace Axios.Engine.Interfaces
{
    interface IDrawableAxiosGameObject
    {
        int DrawOrder
        {
            get;
            set;
        }
        void Draw(AxiosGameScreen gameScreen, GameTime gameTime);
    }
}
Source at commit 98094c69513a created 12 years 7 months ago.
By Nathan Adams, + * - Adding an extension to determine what side the objects collided on

Archive Download this file

Page rendered in 0.83080s using 11 queries.