Move follow circle tracking to DrawableSliderHead

This commit is contained in:
smoogipoo
2021-02-05 17:33:48 +09:00
parent ee3367d7c5
commit a5855f5d28
4 changed files with 18 additions and 13 deletions

View File

@ -8,12 +8,6 @@ namespace osu.Game.Rulesets.Osu.Objects
{
public class SliderHeadCircle : HitCircle
{
/// <summary>
/// Makes this <see cref="SliderHeadCircle"/> track the follow circle when the start time is reached.
/// If <c>false</c>, this <see cref="SliderHeadCircle"/> will be pinned to its initial position in the slider.
/// </summary>
public bool TrackFollowCircle = true;
/// <summary>
/// Whether to treat this <see cref="SliderHeadCircle"/> as a normal <see cref="HitCircle"/> for judgement purposes.
/// If <c>false</c>, judgement will be ignored.