Yakultea
Yakultea
HI, This problem still exists. Why your example works, but I have this problem, can you help me solve it? Thank you!
``` private _createScrollbox(): void{ this._scrollBox = new Scrollbox({ boxWidth: GameDetails.HEIGHT / 1.2, boxHeight: GameDetails.WIDTH / 1.28 - 200, scrollbarSize: 25, scrollbarBackground: 0x000000, scrollbarForeground: 0xffbe00, dragScroll:true, }); this._scrollBox.position.set(90,270); this.addChild(this._scrollBox); const gradTexture...
I don't understand the event code you said, sorry... Or can you contact me by mail? I think you should understand Chinese, I ’m Taiwanese XD
Yes!! And the interaction range is already outside the content. When I set the position of the scrollbox, like this code:`this._scrollBox.position.set(90,270);`, the upper part of the content will not be...
I uploaded a video, the interaction range should only be inside the content, but it can also interact outside the content. And when I set the position of the box,...
um...I think creating JSfiddle should not help ... because my code is only that. Can you tell me how to adjust the interaction range? thanks.
I found a new problem. When set `this._scrollBox.disable = true;` , I can grab the content and move it. Maybe it is Viewport catch the wrong position that causes the...
Sorry to bother you, can you help me solve the problem about the interaction range? Or is there any other way to set the interaction range of the scrollbox?