Return the type of the joint * @return The type of the joint */
| 58 | * @return The type of the joint |
| 59 | */ |
| 60 | JointType Joint::getType() const { |
| 61 | return mWorld.mJointsComponents.getType(mEntity); |
| 62 | } |
| 63 | |
| 64 | // Return true if the collision between the two bodies of the joint is enabled |
| 65 | /** |
no outgoing calls
no test coverage detected