Click or drag to resize
APILNSound_SetEmitterPositionXYZ Method
サウンドの 3D 音源としての位置を設定します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSound_SetEmitterPositionXYZ(
	IntPtr sound,
	float x,
	float y,
	float z
)

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
x
Type: SystemSingle
3D 空間上の X 座標
y
Type: SystemSingle
3D 空間上の Y 座標
z
Type: SystemSingle
3D 空間上の Z 座標

Return Value

Type: Result

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

See Also