hgeParticleSystem Operators
The following operators are defined for hgeParticleSystem class:
hgeParticleSystem& operator= (const hgeParticleSystem &ps);
So, you can easily clone hgeParticleSystem instances. In case of hgeParticleSystem
pointers use this syntax: *ps2=*ps1;
Requirements
Header: hgeparticle.h
Import library: hgehelp.lib
|