![]() |
• Effect Manager | ||||
|
API Links
Developer Links
|
MarkingEffect::NewDefined in:
Creates a set of marking effects at a particular location.
C4Effects.hPrototype
Parameters
Description
The New function creates a set of marking effects at a particular location using the parameters specified in the MarkingData structure pointed to by the data parameter. The New function finds all enabled geometry nodes that intersect the marking's bounds, excludes those having either the kGeometryMarkingInhibit or kGeometryInvisible flag set, creates a new marking effect for each geometry, and adds each nonempty marking effect to the world.If the markingList field of the MarkingData structure points to a MarkingList object, then each nonempty marking effect created by the New function is added to this list so that it's possible to track all pieces of the complete surface marking.
See Also
|