#include <emit.h>
Inheritance diagram for iEmitMix:
Public Methods | |
virtual void | AddEmitter (float weight, iEmitGen3D *emit)=0 |
add a weighted emitter to the mix. | |
virtual float | GetTotalWeight ()=0 |
get the total weight in this mix. | |
virtual int | GetEmitterCount ()=0 |
get the number of emitters in this mix. | |
virtual void | GetContent (int num, float &weight, iEmitGen3D *&emit)=0 |
get content, returns emitters and their weight by a number (0..number-1). |