TP_Msg Struct Reference

#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

Member Data Documentation

◆  msg

Int32 msg

The message type: TP_MSG .

◆  msys

TP_MasterSystem * msys

The master system. The sender owns the pointed TP_MasterSystem .

◆  data

void* data

The message data. Depends on the message type msg .