gpt4 book ai didi

java - Libgdx scrollPane 在我添加 scrollPaneStyel 后不滚动

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:50:33 25 4
gpt4 key购买 nike

当我添加 ScrollPaneStyle 时,我的 scrollPane 没有滚动,有谁知道为什么会这样?

scroller = new ScrollPane( myWidget , skin);
scroller.setBounds(0, 0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight());
this.addActor(scroller);
scroller.setLayoutEnabled( true );
scroller.setCancelTouchFocus( true );
ScrollPaneStyle paneStyle = new ScrollPaneStyle();
Texture tex = new Texture(Gdx.files.internal(filepath + "page.png"));
tex.setWrap(Texture.TextureWrap.Repeat, Texture.TextureWrap.ClampToEdge);
paneStyle.background = new SpriteDrawable( new Sprite(tex));

scroller.setScrollbarsOnTop(true);
scroller.setStyle(paneStyle);

最佳答案

您必须添加 stage.act(); 以在绘制舞台后进行渲染。

关于java - Libgdx scrollPane 在我添加 scrollPaneStyel 后不滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15862180/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com