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

Method touchable

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

Source from the content-addressed store, hash-verified

436 // Visibility and Interaction | 可见性和交互
437
438 public get touchable(): boolean {
439 return this._touchable;
440 }
441
442 public set touchable(value: boolean) {
443 if (this._touchable !== value) {

Callers

nothing calls this directly

Calls 1

updateGearMethod · 0.95

Tested by

no test coverage detected