public

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

   
   
  ParticleAnimator( ParticleSystemNode * node)
   
  ~ParticleAnimator()
   
AbstractBehaviour::behaviourResult_t doExecute()

Documentation

function
MinSG::ParticleAnimator::ParticleAnimator

public
     
     
ParticleAnimator( ParticleSystemNode * node )

empty

Defined in MinSG/Ext/ParticleSystem/ParticleAffectors.h:63


function
MinSG::ParticleAnimator::~ParticleAnimator

public virtual
   
   
~ParticleAnimator( )

empty

Defined in MinSG/Ext/ParticleSystem/ParticleAffectors.h:65


function
MinSG::ParticleAnimator::doExecute

public virtual
   
   
AbstractBehaviour::behaviourResult_t doExecute( )

Just calls the animate & collect particles function of the particle system.

Defined in MinSG/Ext/ParticleSystem/ParticleAffectors.h:71