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

Class ClassPropertyName

physx/source/pvd/src/PxPvdObjectModelMetaData.cpp:310–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308};
309
310struct ClassPropertyName
311{
312 NamespacedName mName;
313 String mPropName;
314 ClassPropertyName(const NamespacedName& name = NamespacedName(), String propName = "")
315 : mName(name), mPropName(propName)
316 {
317 }
318};
319
320struct ClassPropertyNameHasher
321{

Callers 4

deriveClassMethod · 0.85
createPropertyMethod · 0.85
findPropImplMethod · 0.85
readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected