WorldObject

Represents an object in the world.

Constructors

this
this(GameManager game, Model model)
Undocumented in source.

Members

Functions

checkCollision
bool checkCollision(WorldObject otherObject)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

game
GameManager game [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
model
Model model [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
velocityX
float velocityX [@property getter]

Get this object's X velocity.

velocityX
float velocityX [@property setter]

Set this object's X velocity.

velocityY
float velocityY [@property getter]

Get this object's Y velocity.

velocityY
float velocityY [@property setter]

Set this object's Y velocity.

Meta