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

Function getActorCount

physx/source/physx/src/NpShape.h:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 PX_FORCE_INLINE const Gu::GeometryUnion& getGeometryFast() const { return mShape.getGeometryUnion(); }
175 PX_FORCE_INLINE const PxTransform& getLocalPoseFast() const { return mShape.getShape2Actor(); }
176 PX_FORCE_INLINE PxU32 getActorCount() const { return PxU32(mExclusiveAndActorCount & ACTOR_COUNT_MASK); }
177 PX_FORCE_INLINE PxI32 isExclusiveFast() const { return mExclusiveAndActorCount & EXCLUSIVE_MASK; }
178
179 PX_FORCE_INLINE const PxFilterData& getQueryFilterDataFast() const

Callers 2

releaseMethod · 0.85
onActorDetachMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected