mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 08:12:56 +08:00
Add xmldoc for legacy classes
This commit is contained in:
parent
2b71ffa2ed
commit
ca21f038e0
@ -12,6 +12,10 @@ using osu.Game.Skinning;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Skinning
|
namespace osu.Game.Rulesets.Osu.Skinning
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Legacy skinned spinner with two main spinning layers, one fixed overlay and one final spinning overlay.
|
||||||
|
/// No background layer.
|
||||||
|
/// </summary>
|
||||||
public class LegacyNewStyleSpinner : CompositeDrawable
|
public class LegacyNewStyleSpinner : CompositeDrawable
|
||||||
{
|
{
|
||||||
private Sprite discBottom;
|
private Sprite discBottom;
|
||||||
|
@ -12,6 +12,9 @@ using osu.Game.Skinning;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Skinning
|
namespace osu.Game.Rulesets.Osu.Skinning
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Legacy skinned spinner with one main spinning layer and a background layer.
|
||||||
|
/// </summary>
|
||||||
public class LegacyOldStyleSpinner : CompositeDrawable
|
public class LegacyOldStyleSpinner : CompositeDrawable
|
||||||
{
|
{
|
||||||
private DrawableSpinner drawableSpinner;
|
private DrawableSpinner drawableSpinner;
|
||||||
|
Loading…
Reference in New Issue
Block a user