|
Blender V5.0
|
#include <DNA_node_types.h>
Public Attributes | |
| IndexSwitchItem * | items |
| int | items_num |
| int | data_type |
| int | next_identifier |
| char | _pad [4] |
Definition at line 2395 of file DNA_node_types.h.
| char NodeIndexSwitch::_pad[4] |
Definition at line 2404 of file DNA_node_types.h.
| int NodeIndexSwitch::data_type |
Definition at line 2400 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 2396 of file DNA_node_types.h.
| int NodeIndexSwitch::items_num |
Definition at line 2397 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 2402 of file DNA_node_types.h.