mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -25,7 +25,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
|
||||
/// <summary>
|
||||
/// The component that displays the player's accuracy on the results screen.
|
||||
/// </summary>
|
||||
public class AccuracyCircle : CompositeDrawable
|
||||
public partial class AccuracyCircle : CompositeDrawable
|
||||
{
|
||||
/// <summary>
|
||||
/// Duration for the transforms causing this component to appear.
|
||||
|
@ -20,7 +20,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
|
||||
/// <summary>
|
||||
/// Contains a <see cref="DrawableRank"/> that is positioned around the <see cref="AccuracyCircle"/>.
|
||||
/// </summary>
|
||||
public class RankBadge : CompositeDrawable
|
||||
public partial class RankBadge : CompositeDrawable
|
||||
{
|
||||
/// <summary>
|
||||
/// The accuracy value corresponding to the <see cref="ScoreRank"/> displayed by this badge.
|
||||
|
@ -15,7 +15,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
|
||||
/// <summary>
|
||||
/// A solid "notch" of the <see cref="AccuracyCircle"/> that appears at the ends of the rank circles to add separation.
|
||||
/// </summary>
|
||||
public class RankNotch : CompositeDrawable
|
||||
public partial class RankNotch : CompositeDrawable
|
||||
{
|
||||
private readonly float position;
|
||||
|
||||
|
@ -19,7 +19,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
|
||||
/// <summary>
|
||||
/// The text that appears in the middle of the <see cref="AccuracyCircle"/> displaying the user's rank.
|
||||
/// </summary>
|
||||
public class RankText : CompositeDrawable
|
||||
public partial class RankText : CompositeDrawable
|
||||
{
|
||||
private readonly ScoreRank rank;
|
||||
|
||||
|
@ -18,7 +18,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
|
||||
/// <summary>
|
||||
/// Contains a <see cref="CircularProgress"/> with smoothened edges.
|
||||
/// </summary>
|
||||
public class SmoothCircularProgress : CompositeDrawable
|
||||
public partial class SmoothCircularProgress : CompositeDrawable
|
||||
{
|
||||
public Bindable<double> Current
|
||||
{
|
||||
|
Reference in New Issue
Block a user