Hi,
To reset the custom particle property in the contact model API v3.6.0., I plan to utilize the resetCustomProperty()
function defined in ParticleManagerApi_1_5
.
For using resetCustomProperty
, I need to provide the particle name. Can I utilize the function virtual int getAllParticleTypeNames(char *particleTypeNames) const
to obtain the particle names, and how exactly should I use it?
Thanks