mirror of
https://github.com/osukey/osukey.git
synced 2025-06-30 15:48:09 +09: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…
x
Reference in New Issue
Block a user