| 44 | using namespace physx; |
| 45 | |
| 46 | PX_FORCE_INLINE void setAggregate(NpAggregate* aggregate, PxActor& actor) |
| 47 | { |
| 48 | NpActor& np = NpActor::getFromPxActor(actor); |
| 49 | np.setAggregate(aggregate, actor); |
| 50 | } |
| 51 | |
| 52 | /////////////////////////////////////////////////////////////////////////////// |
| 53 |
no test coverage detected