mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Reword class xmldoc to better explain that offset application is optional
This commit is contained in:
parent
339f0b0cd2
commit
85d0b7fc57
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user