We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use ScrollContainer inside of CircularContainer.
But, its masking function is not working at all.
Is there a mistake in my code?
Code
The text was updated successfully, but these errors were encountered:
The issue arises if you have masking at a lower level inside the scroll container (ie. you are using corner radius a second time).
This is a known shortcoming of the shader right now. A temporary work-around is to put the ScrollContainer inside a BufferedContainer
ScrollContainer
BufferedContainer
Sorry, something went wrong.
We had to workaround this exact issue for the osu! results screen, for reference: https://github.com/ppy/osu/blob/master/osu.Game/Screens/Multi/Ranking/Pages/RoomLeaderboardPage.cs#L52
No branches or pull requests
I want to use ScrollContainer inside of CircularContainer.
But, its masking function is not working at all.
Is there a mistake in my code?
Code
The text was updated successfully, but these errors were encountered: