|
Blender V5.0
|
#include <NOD_geometry_nodes_lazy_function.hh>
Public Attributes | |
| const LazyFunction * | lazy_function = nullptr |
| ZoneFunctionIndices | indices |
Definition at line 561 of file NOD_geometry_nodes_lazy_function.hh.
| ZoneFunctionIndices blender::nodes::ZoneBuildInfo::indices |
Information about what the various inputs and outputs of the lazy-function are.
Definition at line 566 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::nodes::initialize_zone_wrapper(), blender::nodes::LazyFunctionForClosureZone::LazyFunctionForClosureZone(), blender::nodes::LazyFunctionForForeachGeometryElementZone::LazyFunctionForForeachGeometryElementZone(), blender::nodes::LazyFunctionForRepeatZone::LazyFunctionForRepeatZone(), blender::nodes::zone_wrapper_input_name(), and blender::nodes::zone_wrapper_output_name().
| const LazyFunction* blender::nodes::ZoneBuildInfo::lazy_function = nullptr |
The lazy function that contains the zone.
Definition at line 563 of file NOD_geometry_nodes_lazy_function.hh.