Constructor

new ()

Variables

Methods

init (speed:Point, ?acceleration:Point, ?friction:Point):Void

Static methods

staticinline create (speed:Point, ?acceleration:Point, ?friction:Point):MovementComponent

staticinline getPool ():Pool<MovementComponent>

Inherited Variables

Defined by Component

Defined by BaseObject

read onlyid:Int = Gecko.getUniqueID()

read onlyisAlreadyDestroyed:Bool = false

Inherited Methods

Defined by Component

inline toString ():String