MCPcopy Create free account
hub / github.com/esengine/esengine / stroke

Method stroke

packages/fairygui/src/widgets/GTextField.ts:237–239  ·  view source on GitHub ↗

* Get/set stroke width * 获取/设置描边宽度

()

Source from the content-addressed store, hash-verified

235 * 获取/设置描边宽度
236 */
237 public get stroke(): number {
238 return this._textField.stroke;
239 }
240
241 public set stroke(value: number) {
242 if (this._textField) {

Callers 11

CurveEditorFunction · 0.80
updateFunction · 0.80
renderEllipseMethod · 0.80
renderPolygonMethod · 0.80
renderRegularPolygonMethod · 0.80
TilemapCanvasFunction · 0.80
TilesetPreviewFunction · 0.80
AdvancedProfilerFunction · 0.80
SpriteSettingsEditorFunction · 0.80
RenderDebugPanelFunction · 0.80
EventDetailsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected