Log to console if debug is enabled, does nothing in release builds * @param {...Object} output - message output * @memberof Debug
(...output)
| 65 | * @param {...Object} output - message output |
| 66 | * @memberof Debug */ |
| 67 | function LOG(...output) { console.log(...output); } |
| 68 | |
| 69 | /** Draw a debug rectangle in world space |
| 70 | * @param {Vector2} pos |
no outgoing calls
no test coverage detected