Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
T
 toScreen
 toWorld
U
 unmute, gamvas.Sound
 update, gamvas.ActorState
Z
 zoom, gamvas.Camera
gamvas.Camera.prototype.toScreen = function(x,
y)
Convert world coordinates to screen coordinates.
toScreen: function(v)
Calculates a physics coordinate or size to the screen coordinate or size
gamvas.Camera.prototype.toWorld = function(x,
y)
Convert screen coordinates to world coordinates.
toWorld: function(v)
Calculates a screen coordinate or size to a coordinate or size in the physics world
gamvas.Sound.prototype.unmute = function()
Unmute the sound
update: function(t)
Update the ai.
gamvas.Camera.prototype.zoom = function(z)
Zoom the camera
Close