|
Blender V4.3
|
#include <NOD_geometry_nodes_lazy_function.hh>
Inherited by blender::NodesModifierSimulationParams.
Public Member Functions | |
| virtual SimulationZoneBehavior * | get (const int zone_id) const =0 |
Definition at line 129 of file NOD_geometry_nodes_lazy_function.hh.
|
pure virtual |
Get the expected behavior for the simulation zone with the given id (see bNestedNodeRef). It's possible that this method called multiple times for the same id. In this case, the same pointer should be returned in each call.
Implemented in blender::NodesModifierSimulationParams.
Referenced by blender::nodes::LazyFunctionForSimulationInputsUsage::execute_impl(), blender::nodes::node_geo_simulation_cc::sim_input_node::LazyFunctionForSimulationInputNode::execute_impl(), and blender::nodes::node_geo_simulation_cc::sim_output_node::LazyFunctionForSimulationOutputNode::execute_impl().