Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
blockly > blockRendering > Gaveta > drawLeft_
Método blockRendering.Drawer.drawLeft_()
Adicione etapas para o lado esquerdo do bloco, o que pode incluir uma conexão de saída
Signature:
protected drawLeft_(): void;
Retorna:
void
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-10-15 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-10-15 UTC."],[[["The `blockRendering.Drawer.drawLeft_()` method is responsible for rendering the left side of a block within the Blockly framework."],["This rendering process may include an output connection if the block is designed to have one."],["The method is classified as protected, indicating its intended use within the library's internal structure."],["Upon completion of its operations, the `drawLeft_()` method returns void, signifying that it doesn't directly produce a value."]]],["The `drawLeft_()` method, part of the `blockRendering.Drawer` class, is responsible for constructing the left side of a block within a visual programming environment. This includes adding any necessary steps to represent elements that might reside on the left. Specifically, it handles the potential presence of an output connection on the left side of the block. It does not return any value.\n"]]