|
Blender V4.5
|
#include <DNA_node_types.h>
Public Attributes | |
| IndexSwitchItem * | items |
| int | items_num |
| int | data_type |
| int | next_identifier |
| char | _pad [4] |
Definition at line 2261 of file DNA_node_types.h.
| char NodeIndexSwitch::_pad[4] |
Definition at line 2270 of file DNA_node_types.h.
| int NodeIndexSwitch::data_type |
Definition at line 2266 of file DNA_node_types.h.
Referenced by blender::nodes::node_geo_index_switch_cc::LazyFunctionForIndexSwitchNode::LazyFunctionForIndexSwitchNode(), and blender::nodes::node_geo_index_switch_cc::node_declare().
| IndexSwitchItem* NodeIndexSwitch::items |
Definition at line 2262 of file DNA_node_types.h.
| int NodeIndexSwitch::items_num |
Definition at line 2263 of file DNA_node_types.h.
Referenced by blender::nodes::node_geo_index_switch_cc::node_internally_linked_input(), and blender::nodes::node_geo_index_switch_cc::node_layout_ex().
| int NodeIndexSwitch::next_identifier |
Identifier to give to the next item.
Definition at line 2268 of file DNA_node_types.h.