効果音の音量を設定します。
Declaration Syntax
C# | Visual Basic | Visual Basic Usage | Visual C++ | | J# | JScript | JavaScript | XAML |
public void SoundVolume(
string SoundName,
int Volume
)
Public Sub SoundVolume ( _
SoundName As String, _
Volume As Integer _
)
Dim instance As Helper
Dim SoundName As String
Dim Volume As Integer
instance.SoundVolume(SoundName, Volume)
public:
void SoundVolume(
String^ SoundName,
int Volume
)
member SoundVolume :
SoundName:string *
Volume:int -> unit
public void SoundVolume(
String SoundName,
int Volume
)
public function SoundVolume(
SoundName : String,
Volume : int
)
function SoundVolume(SoundName, Volume);
Remarks
効果音の音量を設定します。
音量は、最小が0、最大が10000です。
アセンブリ:
Wakaba (モジュール: Wakaba) バージョン: 2.4.3.0 (2.4.3)