A policy that combines any two distict policies with the same methods as found in the UpdatePolicy class. NOTE: Policy1 and Policy2 should not have the same names for any of its members. More...
#include <Graphics/ParticleSystem.h>
A policy that combines any two distict policies with the same methods as found in the UpdatePolicy class. NOTE: Policy1 and Policy2 should not have the same names for any of its members.
Policy1 | the first policy. | |
Policy2 | the second policy. | |
ParticleType | the type of particle to use in the particle system. The ParticleType is expected to inheret from the Particle class (or at least have duplicate members). |