Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > blockRendering > Panel > drawOutline_
Metoda blockRendering.Drawer.drawOutline_()
Utwórz kontur bryły. Jest to jedna ciągła ścieżka.
Podpis:
protected drawOutline_(): void;
Zwroty:
nieważne
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-15 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]