mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +00:00
Add xmldoc explaining how PreviewTime is intended to work
This commit is contained in:
parent
e30fb72ee2
commit
e7308193e7
@ -51,7 +51,12 @@ namespace osu.Game.Beatmaps
|
||||
[JsonProperty(@"tags")]
|
||||
public string Tags { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The time in milliseconds to begin playing the track for preview purposes.
|
||||
/// If -1, the track should begin playing at 40% of its length.
|
||||
/// </summary>
|
||||
public int PreviewTime { get; set; }
|
||||
|
||||
public string AudioFile { get; set; }
|
||||
public string BackgroundFile { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user