Inheritance Graph
graph BT
ParticleAnimator
ParticleAnimator --> ParticleAffector
click ParticleAnimator "classMinSG_1_1ParticleAnimator"
click ParticleAffector "classMinSG_1_1ParticleAffector"
Description
This is the most important affector. Without it, the particle system won’t do anything.
Public Functions
Documentation
function
MinSG::ParticleAnimator::ParticleAnimator
empty
Defined in MinSG/Ext/ParticleSystem/ParticleAffectors.h:63
function
MinSG::ParticleAnimator::~ParticleAnimator
empty
Defined in MinSG/Ext/ParticleSystem/ParticleAffectors.h:65
function
MinSG::ParticleAnimator::doExecute
Just calls the animate & collect particles function of the particle system.
Defined in MinSG/Ext/ParticleSystem/ParticleAffectors.h:71