mirror of
https://github.com/ppy/osu
synced 2024-12-25 00:02:48 +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")]
|
[JsonProperty(@"tags")]
|
||||||
public string Tags { get; set; }
|
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 int PreviewTime { get; set; }
|
||||||
|
|
||||||
public string AudioFile { get; set; }
|
public string AudioFile { get; set; }
|
||||||
public string BackgroundFile { get; set; }
|
public string BackgroundFile { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user