()
| 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) { |
nothing calls this directly
no test coverage detected