Class SoundSetting
音設定
Implements
Namespace: LibSasara.Model.Serialize
Assembly: LibSasara.dll
Syntax
public record SoundSetting : IEquatable<SoundSetting>
Properties
MasterVolume
マスターボリューム
Declaration
public double MasterVolume { get; set; }
Property Value
Type | Description |
---|---|
double |
Rhythm
拍子。n / m
Declaration
public Time? Rhythm { get; set; }
Property Value
Type | Description |
---|---|
Time |
RhythmStr
拍子。n / m
Declaration
public string? RhythmStr { get; set; }
Property Value
Type | Description |
---|---|
string |
Tempo
テンポ。
Declaration
public double Tempo { get; set; }
Property Value
Type | Description |
---|---|
double |