Skip to content

Bindings

Fyodor Shchukin edited this page Nov 16, 2018 · 4 revisions

Bindings

Nodes are locally closed, but there is some tricks to register your functions.

Every node will have at least one call binding.


'call' binding

call function called every frame, node will take name as this function. If type signature provided, node will represent this.


'cleanup' binding

cleanup function called when code reloading or node deletion. You can release resources like buffers, files or windows here.

Clone this wiki locally