Listener.setVelocity

Set the velocity. Default is (0, 0, 0)

  1. void setVelocity(float[3] vel)
  2. void setVelocity(Vector3f vel)
    class Listener
    static
    void
    setVelocity
    (
    ref const Vector3f vel
    )
  3. void setVelocity(float x, float y, float z)

Meta