Click or drag to resize
APILNSound_SetPitch Method
サウンドのピッチを設定します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSound_SetPitch(
	IntPtr sound,
	float pitch
)

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
pitch
Type: SystemSingle
ピッチ (0.5~2.0)

Return Value

Type: Result

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

See Also