Open shiffman opened 9 years ago
The Processing standard is to use "function" to refer to everything in setup(), draw() and otherwise. "method" for functions defined in classes. Check this.
setup()
draw()
The Processing standard is to use "function" to refer to everything in
setup()
,draw()
and otherwise. "method" for functions defined in classes. Check this.