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

Method getNbMaterials

deps/physx/physx/source/physx/src/NpShape.cpp:425–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425PxU16 NpShape::getNbMaterials() const
426{
427 NP_READ_CHECK(getOwnerScene());
428
429 return mShape.getNbMaterials();
430}
431
432PxU32 NpShape::getMaterials(PxMaterial** userBuffer, PxU32 bufferSize, PxU32 startIndex) const
433{

Callers 9

createCollectionMethod · 0.45
PxCloneShapeFunction · 0.45
setMaterialsFunction · 0.45
~NpShapeMethod · 0.45
requiresObjectsMethod · 0.45
resolveReferencesMethod · 0.45
setMaterialsMethod · 0.45
getNbPxPhysics_MaterialsFunction · 0.45
getNbPxShape_MaterialsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected