Stay organized with collections
Save and categorize content based on your preferences.
blockly > Workspace > SCAN_ANGLE
Workspace.SCAN_ANGLE property
Angle away from the horizontal to sweep for blocks. Order of execution is generally top to bottom, but a small angle changes the scan to give a bit of a left to right bias (reversed in RTL). Units are in degrees. See: https://tvtropes.org/pmwiki/pmwiki.php/Main/DiagonalBilling
Signature:
static SCAN_ANGLE: number;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["`Workspace.SCAN_ANGLE` is a property that defines the angle used to scan for blocks in the workspace, influencing the order of execution."],["This angle, measured in degrees, introduces a slight left-to-right bias (or right-to-left in RTL languages) to the typically top-to-bottom block execution order."],["By default, `SCAN_ANGLE` is set to 15 degrees, creating a subtle diagonal scanning pattern for block execution within the workspace."]]],[]]