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