nw::gfx::res::ResParticleModel::ForeachParticleSet Member Function

Syntax

template <typename TFunction>
void ForeachParticleSet(
     TFunction function
);

Template Arguments

Name Description
TFunction The type of the function (object) that takes ResParticleSet as an argument.

Arguments

Name Description
in function The function (object) to apply.

Return Values

None.

Description

Goes through all ResParticleSet in ResParticleModel, applying TFunction.


CONFIDENTIAL