#include <c4d_particles.h>
Callback interface for the free-particle event.
使用
TP_MasterSystem::Reg_FreeParticle_CB()
and
TP_MasterSystem::UReg_FreeParticle_CB()
to register and remove the callback.
Public Attributes |
|
| void(* | FreeParticle )( TP_FreeParticle_CB *cb, Int32 pid) |
| void(* FreeParticle( TP_FreeParticle_CB *cb, Int32 pid) |
Called when particle pid is freed.
| [in] | cb | The TP_FreeParticle_CB callback object. |
| [in] | pid | The particle ID: 0 <= pid < msys -> NumParticles() |