#include <c4d_particles.h>
Message structure for Thinking Particles messages. Sent to
NodeData::Message()
with
type
设为
ID_THINKINGPARTICLES
and
data
pointing to this structure.
Public Attributes |
|
Int32 | msg |
TP_MasterSystem * | msys |
void * | data |
Int32 msg |
The message type: TP_MSG .
TP_MasterSystem * msys |
The master system. The sender owns the pointed TP_MasterSystem .
void* data |
The message data. Depends on the message type msg .