I have prepared an example to demonstrate how to expose your C# coded function for scripting.
| ExposedFunctions |
|
Read the commented source code of that project for better understanding.
The short anwser to the problem looks like this:
31 [Script(NoDecoration = true)]
32 public static void ExposedFunctions_AddData1(Data1 e)







