Open Search
    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 Attributes

    Float value
     
    Vector pos
     
    const EffectorDataStructeffectorData
     

    Member Data Documentation

    ◆ value

    Float value

    The strength at pos.

    ◆ pos

    Vector pos

    The position in world coordinates.

    ◆ effectorData

    const EffectorDataStruct* effectorData

    Internal effector data from Effector_PassData::effectorData of a previous execution of the MSG_EXECUTE_EFFECTOR message.