Returns true if this collision body is computing debug information * @return Returns true if this body is computing debug information */
| 512 | * @return Returns true if this body is computing debug information |
| 513 | */ |
| 514 | bool Body::isDebugEnabled() const { |
| 515 | return mIsDebugEnabled; |
| 516 | } |
no outgoing calls
no test coverage detected