|
Blender V4.3
|
#include "FN_multi_function_data_type.hh"Go to the source code of this file.
Classes | |
| struct | blender::fn::multi_function::ParamTag< Category, T > |
| class | blender::fn::multi_function::ParamType |
Namespaces | |
| namespace | blender |
| namespace | blender::fn |
| namespace | blender::fn::multi_function |
A multi-function has an arbitrary amount of parameters. Every parameter belongs to one of three interface types:
Furthermore, every parameter has a DataType that describes what kind of data is being passed around.
Definition in file FN_multi_function_param_type.hh.