Jamie Villeneuve
Articles
-
canvas.drawImage
canvas.drawImage(name, attrs) Draw an image within the canvas directed by the user-specified properties. Parameters: name The project-relative name of the image, the same as used in t...
-
sb.animationAddStep
sb.animationAddStep(id, stepSata) Add a step to a created animation. The id must be from a call to sb.animationCreate. The stepData parameter defines the animation step values. NOTE: If both "to" ...
-
Validator Test View
The Validator Test View is used to create, modify and run tests. The view is located in the lower left of the perspective by default. Here is how it appears by default: The view is controlled thr...
-
New Project from Figma Design
The Figma import feature provides the ability to use Figma designs to jumpstart application development. To use the Figma import feature, select Figma Import Wizard in the toolbar: To download th...
-
Release Notes 8.0
New Features and Functionality Storyboard Designer Add new product to Designer which is called Storyboard Validator Added the ability to rem0te launch a Storyboard project on a target A...
-
sbio_create_send_channel
int sbio_create_send_channel( const char *channel_name, int flags, sbio_channel_handle_t **handle); Opens a Storyboard IO channel for sending events on. Parameters: ...
-
canvas.drawText
canvas.drawText(text, attrs) Draw a string within the canvas directed by the user-specified properties. Parameters: text - The text string to display attrs - An object of properties con...
-
sb.animationCreate
sb.animationCreate(fps, [autoDestroy], [endCallback]) Create a new animation at the desired frame rate (fps). The second parameter (optional), auto_destroy, tells if the animation should be releas...