|
Blender V5.0
|
#include <NOD_geometry_nodes_lazy_function.hh>
Public Attributes | |
| const LazyFunction * | function = nullptr |
| ZoneFunctionIndices | indices |
Contains the lazy-function for the "body" of a zone. It contains all the nodes inside of the zone. The "body" function is wrapped by another lazy-function which represents the zone as a hole. The wrapper function might invoke the zone body multiple times (like for repeat zones).
Definition at line 574 of file NOD_geometry_nodes_lazy_function.hh.
| const LazyFunction* blender::nodes::ZoneBodyFunction::function = nullptr |
Definition at line 575 of file NOD_geometry_nodes_lazy_function.hh.
| ZoneFunctionIndices blender::nodes::ZoneBodyFunction::indices |
Definition at line 576 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::nodes::initialize_zone_wrapper(), and blender::nodes::LazyFunctionForClosureZone::LazyFunctionForClosureZone().