|
Blender V4.3
|
#include <NOD_socket_search_link.hh>
Public Types | |
| using | LinkSocketFn = std::function<void(LinkSearchOpParams &link_params)> |
Public Attributes | |
| std::string | name |
| LinkSocketFn | fn |
| int | weight = 0 |
Definition at line 65 of file NOD_socket_search_link.hh.
| using blender::nodes::SocketLinkOperation::LinkSocketFn = std::function<void(LinkSearchOpParams &link_params)> |
Definition at line 66 of file NOD_socket_search_link.hh.
| LinkSocketFn blender::nodes::SocketLinkOperation::fn |
Definition at line 69 of file NOD_socket_search_link.hh.
Referenced by blender::ed::space_node::link_drag_search_exec_fn().
| std::string blender::nodes::SocketLinkOperation::name |
Definition at line 68 of file NOD_socket_search_link.hh.
| int blender::nodes::SocketLinkOperation::weight = 0 |
Definition at line 70 of file NOD_socket_search_link.hh.