封鎖 >德國 >HighlightConstantProvider >makeInsideCorner
geras.HighlightConstantProvider.makeInsideCorner() 方法
Signature:
protected makeInsideCorner(): InsideCorner;
傳回:
InsideCorner
這個物件包含角落亮點內關於大小和路徑資訊的物件。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[null,null,["上次更新時間:2024-08-29 (世界標準時間)。"],[[["The `makeInsideCorner()` method is a protected method belonging to the `geras.HighlightConstantProvider` class."],["This method is responsible for creating and returning an `InsideCorner` object, which contains data for rendering inside corner highlights within the Blockly workspace using the Geras renderer."],["The returned `InsideCorner` object holds information about the size and path of the corner highlight, allowing the renderer to properly display it."]]],["The `makeInsideCorner()` method, part of the `geras.HighlightConstantProvider` class, generates the data needed for inside corner highlights in Blockly. It is a protected method that returns an `InsideCorner` object. This object contains the necessary sizing and path information to render inside corner highlights, indicating how they should be drawn. This is used for visual effects.\n"]]