MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getCurrentSizeFast

Method getCurrentSizeFast

physx/source/physx/src/NpAggregate.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 virtual bool getSelfCollision() const;
77
78 PX_FORCE_INLINE PxU32 getCurrentSizeFast() const { return mNbActors; }
79 PX_FORCE_INLINE PxActor* getActorFast(PxU32 i) const { return mActors[i]; }
80 PX_FORCE_INLINE bool getSelfCollideFast() const { return mAggregate.getSelfCollide(); }
81

Callers 3

addCollectionMethod · 0.80
addAggregateMethod · 0.80
removeAggregateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected