Click or drag to resize
APILNGameAudio_PlayBGS Method
BGS を演奏します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNGameAudio_PlayBGS(
	string filePath,
	float volume,
	float pitch,
	double fadeTime
)

Parameters

filePath
Type: SystemString
ファイルパス
volume
Type: SystemSingle
ボリューム (0.0~1.0)
pitch
Type: SystemSingle
ピッチ (0.5~2.0)
fadeTime
Type: SystemDouble
フェードインにかける時間 (秒)

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNGameAudio_PlayBGS(System.String,System.Single,System.Single,System.Double)"]

See Also