Functions
OSL provides several methods that can be used with function objects to modify their behavior or context.
These methods allow you to manipulate how functions are executed, what context they run in, and how they handle arguments.
Available Methods
.bind(context) - Creates a new function with a specified
this
context
Last updated
Was this helpful?