Set whether to compute debug information on this body * @param enabled Set to true if this body should have it's debug information computed */
| 504 | * @param enabled Set to true if this body should have it's debug information computed |
| 505 | */ |
| 506 | void Body::setIsDebugEnabled(bool enabled) { |
| 507 | mIsDebugEnabled = enabled; |
| 508 | } |
| 509 | |
| 510 | // Returns true if this collision body is computing debug information |
| 511 | /** |
no outgoing calls
no test coverage detected