| 232 | |
| 233 | |
| 234 | PxU32 NpArticulationLink::getChildren(PxArticulationLink** userBuffer, PxU32 bufferSize, PxU32 startIndex) const |
| 235 | { |
| 236 | NP_READ_CHECK(NpActor::getOwnerScene(*this)); |
| 237 | return Cm::getArrayOfPointers(userBuffer, bufferSize, startIndex, mChildLinks.begin(), mChildLinks.size()); |
| 238 | } |
| 239 | |
| 240 | PxU32 NpArticulationLink::getLinkIndex() const |
| 241 | { |
no test coverage detected