Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > Panneau > drawOutline_
Méthode blockRendering.Drawer.drawOutline_()
Créez les contours du volume. Il s'agit d'un seul chemin continu.
Signature :
protected drawOutline_(): void;
Renvoie :
vide
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/10/15 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/10/15 (UTC)."],[[["The `drawOutline_()` method is responsible for creating the visual outline of a block in Blockly."],["It generates a single, continuous path that defines the outer boundary of the block during rendering."],["This method is a protected member of the `blockRendering.Drawer` class and returns void."]]],["The `drawOutline_()` method, part of the `blockRendering.Drawer` class, is responsible for creating a block's outline. It generates a single, continuous path that defines the block's shape. The method has no parameters and returns `void`, indicating it performs an action rather than returning a value. This method is protected.\n"]]