Class 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
G
 gamvas
 gamvas.Actor
 gamvas.ActorState
 gamvas.AI
 gamvas.Animation
 gamvas.AStarGrid
 gamvas.AStarGridNode
 gamvas.AStarMap
 gamvas.AStarNode
 gamvas.Camera
 gamvas.Class
 gamvas.config
 gamvas.dom
 gamvas.event
 gamvas.Image
 gamvas.key
 gamvas.mouse
 gamvas.ParticleEmitter
 gamvas.physics
 gamvas.physics.UserData
 gamvas.Rect
 gamvas.Resource
 gamvas.screen
 gamvas.Sound
 gamvas.state
 gamvas.State
 gamvas.timer
 gamvas.Vector2D
Basic functions for handling the gamvas environment: http://gamvas.com
The actor class is the most important class in gamvas.
A class for actor states
gamvas.AI specific defines, variables and functions
Class for animated sprites
A class to simplify A* pathfinding on a 2x2 grid with a optional height field
The node information of a gamvas.AStarGrid map
A flexible 3D node based A* pathfinding system
A base class for pathfinding nodes.
The camera class.
The basic class for inheritance
Several userconfigurable variables
A collection of static DOM helper and utility functions
Functions for event handling
A plain image with methods to move, rotate and zoom.
Keyboard utilities and defines.
Information and functions for the mouse.
A particle emitter
Physics functions
Holds information about the object related to a a physics object
Holds position and width information of a rectangle
Class for resource handling, aka loading images and other game data
Functions with info about the screen
A class for sound and music files.
Helper functions for state management
Game state class, overwrite for own states
Functions to get information about timing.
A 2D vector class
Close