Click or drag to resize
APILNConfig_SetSoundCacheSize Method
サウンドオブジェクトのキャッシュサイズの設定

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void LNConfig_SetSoundCacheSize(
	int objectCount,
	int memorySize
)

Parameters

objectCount
Type: SystemInt32
キャッシュできるサウンドオブジェクトの最大数 (既定値:32)
memorySize
Type: SystemInt32
サウンドオブジェクトのキャッシュが使用できる最大メモリサイズ (既定値:0)
See Also