#include <c4d_particles.h>
Represents a particle in a TP_PGroup list.
Public Member Functions | |
Int32 | GetParticleID () |
TP_ParticleNode * | GetNext () |
TP_ParticleNode * | GetPrev () |
Int32 GetParticleID | ( | ) |
Retrieves the particle ID.
TP_ParticleNode* GetNext | ( | ) |
Retrieves the next particle node in the list.
TP_ParticleNode* GetPrev | ( | ) |
Retrieves the previous particle node in the list.