Click or drag to resize
SoundListenerSetVelocity Method
3D音声のリスナーの速度を設定します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SetVelocity(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle
速度の X 成分
y
Type: SystemSingle
速度の Y 成分
z
Type: SystemSingle
速度の Z 成分
See Also