1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22:55 +08:00

Reword class xmldoc to better explain that offset application is optional

This commit is contained in:
Dean Herbert 2022-08-22 14:02:20 +09:00
parent 339f0b0cd2
commit 85d0b7fc57

View File

@ -19,8 +19,8 @@ namespace osu.Game.Beatmaps
/// A clock intended to be the single source-of-truth for beatmap timing.
///
/// It provides some functionality:
/// - Applies (and tracks changes of) beatmap, user, and platform offsets.
/// - Adjusts <see cref="Seek"/> operations to account for said offsets, seeking in raw time values.
/// - Optionally applies (and tracks changes of) beatmap, user, and platform offsets (see ctor argument applyOffsets).
/// - Adjusts <see cref="Seek"/> operations to account for any applied offsets, seeking in raw "beatmap" time values.
/// - Exposes track length.
/// - Allows changing the source to a new track (for cases like editor track updating).
/// </summary>