Class Index | File Index

Classes


Class ApplicationManager


Defined in: ApplicationManager.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
The ApplicationManager is used to manage the application itself.
Method Summary
Method Attributes Method Name and Description
 
Initialises this object
 
update(dt, context, xScroll, yScroll)
Updates the object
Class Detail
ApplicationManager()
The ApplicationManager is used to manage the application itself.
Author: Matthew Casperson.
Method Detail
startupApplicationManager()
Initialises this object
Returns:
A reference to the initialised object

update(dt, context, xScroll, yScroll)
Updates the object
Parameters:
{Number} dt
The time since the last frame in seconds
{CanvasRenderingContext2D} context
The drawing context
{Number} xScroll
The global scrolling value of the x axis
{Number} yScroll
The global scrolling value of the y axis

Documentation generated by JsDoc Toolkit 2.1.1 on Sun Jun 21 2009 16:39:50 GMT+1000 (EST)