mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Add brief explaination of BASE_SIZE
This commit is contained in:
parent
fc63ee43be
commit
fed0deac02
@ -29,6 +29,13 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The size of the catcher at 1x scale.
|
/// The size of the catcher at 1x scale.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This is mainly used to compute catching range, the actual catcher size may differ based on skin implementation and sprite textures.
|
||||||
|
/// This is also equivalent to the "catcherWidth" property in osu-stable when the game field and beatmap difficulty are set to default values.
|
||||||
|
/// </remarks>
|
||||||
|
/// <seealso cref="CatchPlayfield.WIDTH"/>
|
||||||
|
/// <seealso cref="CatchPlayfield.HEIGHT"/>
|
||||||
|
/// <seealso cref="IBeatmapDifficultyInfo.DEFAULT_DIFFICULTY"/>
|
||||||
public const float BASE_SIZE = 106.75f;
|
public const float BASE_SIZE = 106.75f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user