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