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

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

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
x
Type: SystemSingle
速度の X 成分
y
Type: SystemSingle
速度の Y 成分
z
Type: SystemSingle
速度の Z 成分

Return Value

Type: Result

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

See Also