new ()
acceleration:Point
friction:Point
speed:Point
init (speed:Point, ?acceleration:Point, ?friction:Point):Void
staticinline create (speed:Point, ?acceleration:Point, ?friction:Point):MovementComponent
staticinline getPool ():Pool<MovementComponent>
read only__typeName__:String
read only__type__:Class<Component>
entity:Entity
name:String
onAddedToEntity:Event<Entity ‑> Void>
onRemovedFromEntity:Event<Entity ‑> Void>
read onlyid:Int = Gecko.getUniqueID()
read onlyisAlreadyDestroyed:Bool = false
inline toString ():String