Canvas:set_value()
Canvas:set_value(value)
This method sets a value for the canvas.
After calling this method, the renderer registered with the canvas are invoked with the specified value as argmument.
Parameters
Parameter | Type | Description |
---|---|---|
value | Any type | Value to associate with the canvas |
Return Values
This method doesn't return any value.