Blender V5.0
blender::nodes::ZoneBodyFunction Struct Reference

#include <NOD_geometry_nodes_lazy_function.hh>

Public Attributes

const LazyFunctionfunction = nullptr
ZoneFunctionIndices indices

Detailed Description

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.

Member Data Documentation

◆ function

const LazyFunction* blender::nodes::ZoneBodyFunction::function = nullptr

Definition at line 575 of file NOD_geometry_nodes_lazy_function.hh.

◆ indices


The documentation for this struct was generated from the following file: