Difference between revisions of "Engine"
From Another End
(Created page with "==Properties== * player * scene * toonMat * toonVert * toonFrag * generator * input * interface * messenger ==Methods== ===init=== ===run=== ===frameCallback=== ===update===...") |
(→Methods) |
||
Line 11: | Line 11: | ||
==Methods== | ==Methods== | ||
+ | |||
===init=== | ===init=== | ||
+ | ====Parameters=== | ||
+ | This method has no parameters. | ||
+ | ====Description==== | ||
+ | |||
===run=== | ===run=== | ||
+ | ====Parameters=== | ||
+ | This method has no parameters. | ||
+ | ====Description==== | ||
+ | |||
===frameCallback=== | ===frameCallback=== | ||
+ | ====Parameters=== | ||
+ | This method has no parameters. | ||
+ | ====Description==== | ||
+ | |||
===update=== | ===update=== | ||
+ | ====Parameters=== | ||
+ | This method has no parameters. | ||
+ | ====Description==== | ||
+ | |||
===render=== | ===render=== | ||
+ | ====Parameters=== | ||
+ | This method has no parameters. | ||
+ | ====Description==== |
Revision as of 16:30, 17 July 2014
Contents
Properties
- player
- scene
- toonMat
- toonVert
- toonFrag
- generator
- input
- interface
- messenger
Methods
init
=Parameters
This method has no parameters.
Description
run
=Parameters
This method has no parameters.
Description
frameCallback
=Parameters
This method has no parameters.
Description
update
=Parameters
This method has no parameters.
Description
render
=Parameters
This method has no parameters.