Add UsingClosestAnchor to ISkinnableDrawable

Also implement it as an auto property in its inheritors.
The auto properties default to true.
This commit is contained in:
Robin Avery
2021-06-06 23:47:47 -04:00
parent 6a456e53f4
commit ce635af83e
13 changed files with 29 additions and 5 deletions

View File

@ -12,6 +12,8 @@ namespace osu.Game.Screens.Play.HUD
[Resolved(canBeNull: true)]
private HUDOverlay hud { get; set; }
public bool UsingClosestAnchor { get; set; } = true;
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{