Click or drag to resize
APILNSound_SetLoopEnabled Method
サウンドのループ再生の有無を設定します。

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

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
loopEnable
Type: SystemBoolean
LN_TRUE = ループ再生する / LN_FALSE = しない

Return Value

Type: Result

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

See Also