mirror of
https://github.com/ppy/osu
synced 2025-01-16 02:51:20 +00:00
Expose direction from scrolling test container
This commit is contained in:
parent
86ef73aa27
commit
6df45164fa
@ -30,6 +30,11 @@ namespace osu.Game.Tests.Visual
|
||||
set => scrollingInfo.TimeRange.Value = value;
|
||||
}
|
||||
|
||||
public ScrollingDirection Direction
|
||||
{
|
||||
set => scrollingInfo.Direction.Value = value;
|
||||
}
|
||||
|
||||
public IScrollingInfo ScrollingInfo => scrollingInfo;
|
||||
|
||||
[Cached(Type = typeof(IScrollingInfo))]
|
||||
|
Loading…
Reference in New Issue
Block a user