Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > ConstantProvider > makeNotch
Méthode blockRendering.ConstantProvider.makeNotch()
Signature :
protected makeNotch(): Notch;
Renvoie :
Encoche
Objet contenant des informations sur le dimensionnement et le chemin d'accès des encoches.
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/11/08 (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/11/08 (UTC)."],[[["The `makeNotch()` method is a protected method of the `ConstantProvider` class within the `blockRendering` namespace."],["It generates and returns a `Notch` object which holds data about the size and path of connection notches on Blockly blocks."],["This method is essential for defining the visual appearance of connection points where blocks can be linked together."]]],["The `makeNotch()` method, part of the `ConstantProvider` class within the `blockRendering` namespace, generates a `Notch` object. This `Notch` object contains details about the size and path information required for rendering notches on blocks. The method is protected and returns a Notch, essentially defining the visual and dimensional aspects of block notches.\n"]]