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

Method pixelSnapping

packages/fairygui/src/core/GObject.ts:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 // Pixel snapping | 像素对齐
194
195 public get pixelSnapping(): boolean {
196 return this._pixelSnapping;
197 }
198
199 public set pixelSnapping(value: boolean) {
200 if (this._pixelSnapping !== value) {

Callers

nothing calls this directly

Calls 1

handleXYChangedMethod · 0.95

Tested by

no test coverage detected