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

Method getActorFast

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

Source from the content-addressed store, hash-verified

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
82 NpScene* getAPIScene() const;

Callers 3

addCollectionMethod · 0.80
addAggregateMethod · 0.80
removeAggregateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected