Expose direction from scrolling test container

This commit is contained in:
smoogipoo 2020-04-23 11:17:16 +09:00
parent 86ef73aa27
commit 6df45164fa

View File

@ -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))]