diff options
Diffstat (limited to 'o3d/plugin/idl/function.idl')
-rw-r--r-- | o3d/plugin/idl/function.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/o3d/plugin/idl/function.idl b/o3d/plugin/idl/function.idl index a13ea38..64bf1e7 100644 --- a/o3d/plugin/idl/function.idl +++ b/o3d/plugin/idl/function.idl @@ -63,6 +63,11 @@ class Function : NamedObject { %[ A FunctionEval evaluates a Function through parameters. + + @o3dparameter input ParamFloat The input to the function. + @o3dparameter functionObject ParamFunction The function to apply the input to. + @o3dparameter output ParamFloat The result of applying the input to the + function. %] [nocpp, include="core/cross/function.h"] class FunctionEval : ParamObject { |