サウンド音量のフェード操作を行います。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void FadeVolume(
float targetVolume,
double time,
SoundFadeBehavior behavior
)
Public Sub FadeVolume (
targetVolume As Single,
time As Double,
behavior As SoundFadeBehavior
)
public:
void FadeVolume(
float targetVolume,
double time,
SoundFadeBehavior behavior
)
member FadeVolume :
targetVolume : float32 *
time : float *
behavior : SoundFadeBehavior -> unit
Parameters
- targetVolume
- Type: SystemSingle
変更先の音量 - time
- Type: SystemDouble
フェードにかける時間 (秒) - behavior
- Type: LuminoSoundFadeBehavior
フェード完了後の動作の指定
See Also