issues
search
FreneticLLC
/
FreneticGameEngine
A powerful C# based 3D and 2D game engine.
MIT License
41
stars
6
forks
source link
Overhauled `UIScrollGroup` and scroll capabilities for `UIInputLabel`
#27
Closed
acikek
closed
3 months ago
acikek
commented
3 months ago
Added
UIScissorGroup
that scissors out its children from rendering
Added
UIScrollGroup
as a replacement for
UIScrollBox
, supports horizontal scrolling and has scroll bars
Added one of these to
UIInputLabel
, supports vertical scrolling for now and has pretty good UX but can still be improved
UIScissorGroup
that scissors out its children from renderingUIScrollGroup
as a replacement forUIScrollBox
, supports horizontal scrolling and has scroll barsUIInputLabel
, supports vertical scrolling for now and has pretty good UX but can still be improved