MovingEntity的maxSpeed属性表示该实体的最大速度,即该实体能够移动的最快速度。
entity.maxSpeed
const entity = new MovingEntity(); entity.maxSpeed = 2;