MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / getActorCount

Function getActorCount

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

Source from the content-addressed store, hash-verified

175 PX_FORCE_INLINE const Gu::GeometryUnion& getGeometryFast() const { return mShape.getGeometryUnion(); }
176 PX_FORCE_INLINE const PxTransform& getLocalPoseFast() const { return mShape.getShape2Actor(); }
177 PX_FORCE_INLINE PxU32 getActorCount() const { return PxU32(mExclusiveAndActorCount & ACTOR_COUNT_MASK); }
178 PX_FORCE_INLINE PxI32 isExclusiveFast() const { return mExclusiveAndActorCount & EXCLUSIVE_MASK; }
179
180 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