Class me.LevelEntity
Extends
me.InvisibleEntity.
Defined in: <build/melonJS-0.9.3.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
me.LevelEntity(x, y, settings)
|
| 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