Set3DReverbParamSoundMemAll

全ての3Dサウンドのサウンドハンドルにリバーブパラメータを設定する

version(!DX_NON_SOUND)
nothrow @nogc extern (C++, DxLib) extern
int
Set3DReverbParamSoundMemAll
(,
int PlaySoundOnly = dxlib_d.DxDataType.FALSE
)

Parameters

Param const(.SOUND3D_REVERB_PARAM)*

?

PlaySoundOnly int

dxlib_d.DxDataType.TRUE:再生中のサウンドにのみ設定する dxlib_d.DxDataType.FALSE:再生していないサウンドにも設定する

Meta