nw::gfx::ParticleModel::ForeachConstParticleSet Member Function
template <typename TFunction>
void ForeachConstParticleSet(
TFunction function
) const;
| Name | Description |
|---|---|
TFunction |
The type of the function (object) that takes the pointer to ParticleSet as an argument. |
| Name | Description | |
|---|---|---|
| in | function | The function (object) to apply. |
Goes through all ParticleSet objects in a ParticleModel, applying TFunction.
CONFIDENTIAL