T | |
toScreen | |
toWorld | |
U | |
unmute, gamvas. | |
update, gamvas. | |
Z | |
zoom, gamvas. |
Convert world coordinates to screen coordinates.
gamvas.Camera.prototype.toScreen = function( x, y )
Calculates a physics coordinate or size to the screen coordinate or size
toScreen: function( v )
Convert screen coordinates to world coordinates.
gamvas.Camera.prototype.toWorld = function( x, y )
Calculates a screen coordinate or size to a coordinate or size in the physics world
toWorld: function( v )
Unmute the sound
gamvas.Sound.prototype.unmute = function()
Update the ai.
update: function( t )
Zoom the camera
gamvas.Camera.prototype.zoom = function( z )