Get the speed of this object * @return {number}
()
| 397 | /** Get the speed of this object |
| 398 | * @return {number} */ |
| 399 | getSpeed() { return this.getLinearVelocity().length(); } |
| 400 | |
| 401 | /////////////////////////////////////////////////////////////////////////////// |
| 402 | // physics set functions |
no test coverage detected