SetCreateSoundIgnoreLoopAreaInfo

LoadSoundMemなどで読み込むサウンドデータにループ範囲情報があっても無視するかどうかを設定する

version(!DX_NON_SOUND)
nothrow @nogc extern (C++, DxLib) extern
int
SetCreateSoundIgnoreLoopAreaInfo

Parameters

IgnoreFlag int

dxlib_d.DxDataType.TRUE:無視する dxlib_d.DxDataType.FALSE:無視しない(デフォルト)

Meta