-
Notifications
You must be signed in to change notification settings - Fork 24
Bindings
Fyodor Shchukin edited this page Nov 16, 2018
·
4 revisions
Nodes are locally closed, but there is some tricks to register your functions.
Every node will have at least one call binding.
call function called every frame, node will take name as this function. If type signature provided, node will represent this.
cleanup function called when code reloading or node deletion. You can release resources like buffers, files or windows here.