TP_ParticleNode Class Reference

#include <c4d_particles.h>

详细描述

Represents a particle in a TP_PGroup 列表。

公共成员函数

Int32   GetParticleID (void)
TP_ParticleNode GetNext (void)
TP_ParticleNode GetPrev (void)

成员函数文档编制

◆  GetParticleID()

Int32 GetParticleID ( void  )

Retrieves the particle ID.

返回
The particle ID.

◆  GetNext()

TP_ParticleNode * GetNext ( void  )

Retrieves the next particle node in the list.

返回
The next particle node in the list. The list owns the pointed TP_ParticleNode .

◆  GetPrev()

TP_ParticleNode * GetPrev ( void  )

Retrieves the previous particle node in the list.

返回
The previous particle node in the list. The list owns the pointed TP_ParticleNode .