| 633 | } |
| 634 | |
| 635 | bool NpShape::isExclusive() const |
| 636 | { |
| 637 | NP_READ_CHECK(getOwnerScene()); |
| 638 | return (mExclusiveAndActorCount & EXCLUSIVE_MASK) != 0; |
| 639 | } |
| 640 | |
| 641 | void NpShape::onActorAttach(PxRigidActor& actor) |
| 642 | { |
no outgoing calls
no test coverage detected