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

Method setName

deps/physx/physx/source/physx/src/NpShape.cpp:658–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658void NpShape::setName(const char* debugName)
659{
660 NP_WRITE_CHECK(getOwnerScene());
661 PX_CHECK_AND_RETURN(isWritable(), "PxShape::setName: shared shapes attached to actors are not writable.");
662
663 mName = debugName;
664
665 updatePvdProperties(mShape);
666}
667
668const char* NpShape::getName() const
669{

Callers 11

addRepXToPxCollectionMethod · 0.45
onDigitalInputEventMethod · 0.45
buildBridgeFunction · 0.45
newShapeMethod · 0.45
setPxActor_NameFunction · 0.45
setPxShape_NameFunction · 0.45
setPxJoint_NameFunction · 0.45
onCreateMethod · 0.45

Calls 1

updatePvdPropertiesFunction · 0.70

Tested by

no test coverage detected