 | OsuBeatmapbpm Property |
[Missing <summary> documentation for "P:CSharpOsu.Module.OsuBeatmap.bpm"]
Namespace:
CSharpOsu.Module
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic float bpm { get; set; }
Public Property bpm As Single
Get
Set
public:
property float bpm {
float get ();
void set (float value);
}
member bpm : float32 with get, set
Property Value
Type:
Single
See Also