()
| 57 | } |
| 58 | |
| 59 | protected createDisplayObject(): void { |
| 60 | this._displayObject = new Container(); |
| 61 | this._displayObject.gOwner = this; |
| 62 | this._displayObject.touchable = true; |
| 63 | |
| 64 | this._content = new MovieClip(); |
| 65 | this._displayObject.addChild(this._content); |
| 66 | } |
| 67 | |
| 68 | public dispose(): void { |
| 69 | if (!this._contentItem && this._content?.texture) { |