mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Improve xmldoc in a couple of places
This commit is contained in:
parent
a141e2e8b7
commit
2b1245f63a
@ -406,7 +406,7 @@ namespace osu.Game.Rulesets.UI
|
||||
public abstract Playfield Playfield { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Place to put drawables above hit objects but below UI.
|
||||
/// Content to be placed above hitobjects. Will be affected by frame stability.
|
||||
/// </summary>
|
||||
public abstract Container Overlays { get; }
|
||||
|
||||
|
@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.UI
|
||||
{
|
||||
/// <summary>
|
||||
/// A container which consumes a parent gameplay clock and standardises frame counts for children.
|
||||
/// Will ensure a minimum of 40 frames per clock second is maintained, regardless of any system lag or seeks.
|
||||
/// Will ensure a minimum of 50 frames per clock second is maintained, regardless of any system lag or seeks.
|
||||
/// </summary>
|
||||
public class FrameStabilityContainer : Container, IHasReplayHandler
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user