研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >blockRendering >MarkerSvg >showWithCoordinates_
blockRendering.MarkerSvg.showWithCoordinates_() 方法
定位并显示工作区坐标的标记。这是一条水平线。
Signature:
protected showWithCoordinates_(curNode: ASTNode): void;
参数
参数 |
类型 |
说明 |
curNode |
ASTNode |
要为其绘制标记的节点。 |
返回:
void
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["The `blockRendering.MarkerSvg.showWithCoordinates_` method positions and displays a horizontal line marker for a given workspace coordinate."],["This method is primarily used for visually indicating the position of an ASTNode within the workspace."],["It accepts a single parameter, `curNode`, which represents the ASTNode for which the marker is displayed."],["The method does not return any value and operates by directly manipulating the marker's position and visibility."]]],[]]