StaticBody2D.constantLinearVelocity

Constant linear velocity for the body. This does not move the body, but affects colliding bodies, as if it were moving.

  1. Vector2 constantLinearVelocity [@property getter]
    struct StaticBody2D
    @nogc nothrow @property
    Vector2
    constantLinearVelocity
    ()
  2. Vector2 constantLinearVelocity [@property setter]

Meta