Click or drag to resize
APILNSound_IsLoopEnabled Method
サウンドのループ再生が有効であるかを確認します。

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

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
outEnabled
Type: SystemBoolean
ループ再生の有無状態を格納する変数

Return Value

Type: Result

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

See Also