Effector_PassValueData Struct Reference

#include <c4d_baseeffectordata.h>

Detailed Description

Message struct for the MSG_SAMPLE_EFFECTOR_VALUE message.
Allows the sampling of the effector strength for a particular point.

Public Member Functions

 Effector_PassValueData ()
 

Public Attributes

Float value
 
Vector pos
 

Constructor & Destructor Documentation

◆ Effector_PassValueData()

Default constructor.

Member Data Documentation

◆ value

Float value

The strength at pos.

◆ pos

Vector pos

The position in world coordinates.