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