|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| IndexSwitchItem * | items |
| int | items_num |
| int | data_type |
| int | next_identifier |
| char | _pad [4] |
Definition at line 2060 of file DNA_node_types.h.
| char NodeIndexSwitch::_pad[4] |
Definition at line 2069 of file DNA_node_types.h.
| int NodeIndexSwitch::data_type |
Definition at line 2065 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 2061 of file DNA_node_types.h.
Referenced by blender::nodes::IndexSwitchItemsAccessor::get_items_from_node().
| int NodeIndexSwitch::items_num |
Definition at line 2062 of file DNA_node_types.h.
Referenced by blender::nodes::node_geo_index_switch_cc::node_layout_ex().
| int NodeIndexSwitch::next_identifier |
Identifier to give to the next item.
Definition at line 2067 of file DNA_node_types.h.