详细描述
Macro Definition Documentation
◆
MSG_EXECUTE_EFFECTOR
#define MSG_EXECUTE_EFFECTOR
|
Sent to execute the effector. The corresponding data is
Effector_PassData
.
◆
MSG_SAMPLE_EFFECTOR_VALUE
#define MSG_SAMPLE_EFFECTOR_VALUE
|
Sent to sample the effector's strength for any particular point in space. The corresponding data is
Effector_PassValueData
.
◆
MSG_GET_MODATA
Sent to get the
MoData
. Sent to the
MoData
tag (ID is
ID_MOTAGDATA
) of the MoGraph object to get the
MoData
for. The corresponding data is
GetMoDataMessage
.
◆
MSG_GET_MODATASELECTION
#define MSG_GET_MODATASELECTION
|
Send to retrieve the data of MoGraph selection tags. The corresponding data is
GetMGSelectionMessage
.
◆
MSG_GET_MODATAWEIGHTS
#define MSG_GET_MODATAWEIGHTS
|
Send to retrieve the weights of MoGraph weights tags. The corresponding data is
GetMGWeightMessage
.
-
由于
-
R18