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

Method strokeColor

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

* Get/set stroke color * 获取/设置描边颜色

()

Source from the content-addressed store, hash-verified

249 * 获取/设置描边颜色
250 */
251 public get strokeColor(): string {
252 return this._textField.strokeColor;
253 }
254
255 public set strokeColor(value: string) {
256 if (this._textField && this._textField.strokeColor !== value) {

Callers

nothing calls this directly

Calls 1

updateGearMethod · 0.80

Tested by

no test coverage detected