Instance Functions
- lookAt( position )
Look at a position in the game world
 - lookFrom( entity )
Look from an Entity in the game world
 - lookFrom( position )
Look from a position in the game world
 - lookFrom( path, speed )
Look from a path (the camera will move along the path)
 - setCameraOffset( offset )
Set the amount the camera position is offset from the look from location
 - fadeIn( time )
Fade the screen in from black over a period of time
 - fadeOut( time )
Fade the screen out to black over a period of time
 - lookAt( entity )
Look at an Entity in the game world
 
