API Document Index



Class me.LevelEntity


Extends me.InvisibleEntity.

Defined in: <build/melonJS-0.9.3.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
me.LevelEntity(x, y, settings)
Fields borrowed from class me.Rect:
bottom, height, left, pos, right, top, width
Method Summary
Method Attributes Method Name and Description
 
goTo(level)
go to the specified level
Methods borrowed from class me.InvisibleEntity:
onCollision, onDestroyEvent, updateColRect
Methods borrowed from class me.Rect:
contains, containsPoint, getRect, overlaps, set, union, within
Class Detail
me.LevelEntity(x, y, settings)
Parameters:
{int} x
the x coordinates of the object
{int} y
the y coordinates of the object
{me.ObjectSettings} settings
object settings
Method Detail
goTo(level)
go to the specified level
Parameters:
level

Documentation generated by JsDoc Toolkit 2.4.0 on Tue May 01 2012 12:00:49 GMT+0800 (CST)