Difference between revisions of "Engine"

From Another End
Jump to: navigation, search
(Created page with "==Properties== * player * scene * toonMat * toonVert * toonFrag * generator * input * interface * messenger ==Methods== ===init=== ===run=== ===frameCallback=== ===update===...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
This is the main class in our game. The engine stores and controls all other aspects of the game and runs the update loop as well.
 +
 
==Properties==
 
==Properties==
 
* player
 
* player
Line 11: Line 13:
  
 
==Methods==
 
==Methods==
 +
 
===init===
 
===init===
 +
TODO Description.
 +
 +
====Parameters===
 +
This method has no parameters.
 +
====Output====
 +
 
===run===
 
===run===
 +
TODO Description.
 +
====Parameters===
 +
This method has no parameters.
 +
====Output====
 +
 
===frameCallback===
 
===frameCallback===
 +
TODO Description.
 +
====Parameters===
 +
This method has no parameters.
 +
====Output====
 +
 
===update===
 
===update===
 +
TODO Description...
 +
====Parameters===
 +
This method has no parameters.
 +
====Output====
 +
 
===render===
 
===render===
 +
TODO Description...
 +
====Parameters===
 +
This method has no parameters.
 +
====Output====

Latest revision as of 19:47, 17 July 2014

This is the main class in our game. The engine stores and controls all other aspects of the game and runs the update loop as well.

Properties

  • player
  • scene
  • toonMat
  • toonVert
  • toonFrag
  • generator
  • input
  • interface
  • messenger

Methods

init

TODO Description.

=Parameters

This method has no parameters.

Output

run

TODO Description.

=Parameters

This method has no parameters.

Output

frameCallback

TODO Description.

=Parameters

This method has no parameters.

Output

update

TODO Description...

=Parameters

This method has no parameters.

Output

render

TODO Description...

=Parameters

This method has no parameters.

Output