Add rotation slider

This commit is contained in:
Dean Herbert
2021-03-30 12:40:50 +09:00
parent 8a0fcf20ed
commit 8dfff999f9
3 changed files with 21 additions and 0 deletions

View File

@ -45,6 +45,8 @@ namespace osu.Game.Tests.Visual.Settings
public Bindable<Vector2> AreaOffset { get; } = new Bindable<Vector2>();
public Bindable<Vector2> AreaSize { get; } = new Bindable<Vector2>();
public Bindable<float> Rotation { get; } = new Bindable<float>();
public IBindable<TabletInfo> Tablet => tablet;
private readonly Bindable<TabletInfo> tablet = new Bindable<TabletInfo>();