BuiltInFunction now replaces Log and Input #30

Merged
Grandiras merged 1 commit from 27-easier-way-to-integrate-with-c into master 2022-08-16 22:25:36 +00:00
Grandiras commented 2022-08-16 22:25:19 +00:00 (Migrated from github.com)

BuiltInFunction can now be used to wrap standalone C#-functions, replacing Log and Input, whose keyword implementation was very verbose.

ParameterInfo was added to easily add parameters to these BuiltInFunctions, but could also be used for regular functions to increase performance and reduce allocated memory.

`BuiltInFunction` can now be used to wrap standalone C#-functions, replacing `Log` and `Input`, whose keyword implementation was very verbose. `ParameterInfo` was added to easily add parameters to these `BuiltInFunction`s, but could also be used for regular functions to increase performance and reduce allocated memory.
Sign in to join this conversation.
No description provided.