SoundSetEmitterVelocity Method |
サウンドの 3D 音源としての速度を設定します。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetEmitterVelocity(
float x,
float y,
float z
)
Public Sub SetEmitterVelocity (
x As Single,
y As Single,
z As Single
)
public:
void SetEmitterVelocity(
float x,
float y,
float z
)
member SetEmitterVelocity :
x : float32 *
y : float32 *
z : float32 -> unit
Parameters
- x
- Type: SystemSingle
速度の X 成分 - y
- Type: SystemSingle
速度の Y 成分 - z
- Type: SystemSingle
速度の Z 成分
See Also