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

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSound_SetEmitterVelocity(
	IntPtr sound,
	ref Vector3 velocity
)

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
velocity
Type: LuminoVector3
速度

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNSound_SetEmitterVelocity(System.IntPtr,Lumino.Vector3@)"]

See Also