Add more xmldocs

This commit is contained in:
Bartłomiej Dach
2020-11-01 15:21:24 +01:00
parent 5903c3be90
commit b7696c85ad
2 changed files with 11 additions and 0 deletions

View File

@ -63,6 +63,14 @@ namespace osu.Game.Screens.Play
private readonly FramedOffsetClock platformOffsetClock;
/// <summary>
/// Creates a new <see cref="GameplayClockContainer"/>.
/// </summary>
/// <param name="beatmap">The beatmap being played.</param>
/// <param name="gameplayStartTime">The suggested time to start gameplay at.</param>
/// <param name="startAtGameplayStart">
/// Whether <paramref name="gameplayStartTime"/> should be used regardless of when storyboard events and hitobjects are supposed to start.
/// </param>
public GameplayClockContainer(WorkingBeatmap beatmap, double gameplayStartTime, bool startAtGameplayStart = false)
{
this.beatmap = beatmap;