|
Blender V5.0
|
#include <NOD_geometry_nodes_lazy_function.hh>
Public Attributes | |
| std::function< void(bke::bake::BakeState state)> | store_fn |
Computes the simulation step and calls the given function to cache the new simulation state. The new simulation state is the output of the node.
Definition at line 93 of file NOD_geometry_nodes_lazy_function.hh.
| std::function<void(bke::bake::BakeState state)> blender::nodes::sim_output::StoreNewState::store_fn |