Listener.setVelocity

Set the velocity with x, y and z coordinates. Default is (0, 0, 0)

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

Meta