Blender V5.0
blender::nodes::sim_input::OutputMove Struct Reference

#include <NOD_geometry_nodes_lazy_function.hh>

Public Attributes

float delta_time
bke::bake::BakeState state

Detailed Description

Same as OutputCopy, but the values can be output by move, instead of copy. This can reduce the amount of unnecessary copies, when the old simulation state is not needed anymore.

Definition at line 71 of file NOD_geometry_nodes_lazy_function.hh.

Member Data Documentation

◆ delta_time

float blender::nodes::sim_input::OutputMove::delta_time

Definition at line 72 of file NOD_geometry_nodes_lazy_function.hh.

◆ state

bke::bake::BakeState blender::nodes::sim_input::OutputMove::state

Definition at line 73 of file NOD_geometry_nodes_lazy_function.hh.


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