AxiosEngine-old 

AxiosEngine-old Mercurial Source Tree


Root/axios/Engine/Interfaces/IAxiosGameObject.cs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework;
using FarseerPhysics.SamplesFramework;
 
 
namespace Axios.Engine.Interfaces
{
    interface IAxiosGameObject
    {
        void Update(AxiosGameScreen gameScreen, GameTime gameTime, bool otherScreenHasFocus, bool coveredByOtherScreen);
        void LoadContent(AxiosGameScreen gameScreen);
        void HandleInput(AxiosGameScreen gameScreen, InputHelper input, GameTime gameTime);
        void HandleCursor(AxiosGameScreen gameScreen, InputHelper input);
        void UnloadContent(AxiosGameScreen gameScreen);
    }
}
Source at commit 89349dfb8461 created 12 years 9 months ago.
By nathan@daedalus, Adding support for a rectangle class that uses floats instead of ints

Archive Download this file

Page rendered in 0.83299s using 11 queries.