Click or drag to resize
APILNSound_Set3DEnabled Method
サウンドを 3D 音源であるかを設定します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSound_Set3DEnabled(
	IntPtr sound,
	bool enabled
)

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
enabled
Type: SystemBoolean
LN_TRUE = 3D音声 / LN_FALSE = 非3D

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNSound_Set3DEnabled(System.IntPtr,System.Boolean)"]

See Also