Return the entity id of the joint * @return The entity of the joint */
| 164 | * @return The entity of the joint |
| 165 | */ |
| 166 | RP3D_FORCE_INLINE Entity Joint::getEntity() const { |
| 167 | return mEntity; |
| 168 | } |
| 169 | |
| 170 | } |
| 171 |
nothing calls this directly
no outgoing calls
no test coverage detected