blockly > blockRendering > MarkerSvg > showWithInput_
Giriş için işaretçiyi yerleştirin ve görüntüleyin. Bu bir yapboz parçası.
İmza:
protected showWithInput_(curNode: ASTNode): void;
Parametreler
Parametre |
Tür |
Açıklama |
curNode |
ASTNode |
İşaretçinin çizileceği düğüm. |
Şunu döndürür:
geçersiz
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-22 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-22 UTC."],[[["The `blockRendering.MarkerSvg.showWithInput_()` method positions and displays a marker for an input, functioning as a puzzle piece within Blockly's block rendering."],["This method is specifically designed for input elements and uses the provided `ASTNode` to determine the marker's placement and appearance."],["It is a protected method within the `MarkerSvg` class, indicating its intended use as an internal helper function for block rendering operations."]]],["The `showWithInput_()` method within the `MarkerSvg` class positions and displays a marker specifically for an input, which is described as a puzzle piece. This protected method takes one parameter, `curNode`, of type `ASTNode`, representing the node where the marker should be drawn. The method's return type is void, meaning it does not return any value. Its function is solely to render the marker.\n"]]