Blender V4.3
blender::nodes::GeoNodesSimulationParams Class Referenceabstract

#include <NOD_geometry_nodes_lazy_function.hh>

Inherited by blender::NodesModifierSimulationParams.

Public Member Functions

virtual SimulationZoneBehaviorget (const int zone_id) const =0
 

Detailed Description

Definition at line 129 of file NOD_geometry_nodes_lazy_function.hh.

Member Function Documentation

◆ get()

virtual SimulationZoneBehavior * blender::nodes::GeoNodesSimulationParams::get ( const int zone_id) const
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().


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