StaticBody.constantLinearVelocity

The body's constant linear velocity. This does not move the body, but affects other bodies that touch it, as if it was in a state of movement.

  1. Vector3 constantLinearVelocity [@property getter]
    struct StaticBody
    @nogc nothrow @property
    Vector3
    constantLinearVelocity
    ()
  2. Vector3 constantLinearVelocity [@property setter]

Meta