mirror of
https://github.com/osukey/osukey.git
synced 2025-07-23 11:20:03 +09:00
Reword class xmldoc to better explain that offset application is optional
This commit is contained in:
@ -19,8 +19,8 @@ namespace osu.Game.Beatmaps
|
|||||||
/// A clock intended to be the single source-of-truth for beatmap timing.
|
/// A clock intended to be the single source-of-truth for beatmap timing.
|
||||||
///
|
///
|
||||||
/// It provides some functionality:
|
/// It provides some functionality:
|
||||||
/// - Applies (and tracks changes of) beatmap, user, and platform offsets.
|
/// - Optionally applies (and tracks changes of) beatmap, user, and platform offsets (see ctor argument applyOffsets).
|
||||||
/// - Adjusts <see cref="Seek"/> operations to account for said offsets, seeking in raw time values.
|
/// - Adjusts <see cref="Seek"/> operations to account for any applied offsets, seeking in raw "beatmap" time values.
|
||||||
/// - Exposes track length.
|
/// - Exposes track length.
|
||||||
/// - Allows changing the source to a new track (for cases like editor track updating).
|
/// - Allows changing the source to a new track (for cases like editor track updating).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Reference in New Issue
Block a user