SoundListenerSetDirection Method |
3D音声のリスナーの正面方向を設定します。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void SetDirection(
float x,
float y,
float z
)
Public Shared Sub SetDirection (
x As Single,
y As Single,
z As Single
)
public:
static void SetDirection(
float x,
float y,
float z
)
static member SetDirection :
x : float32 *
y : float32 *
z : float32 -> unit
Parameters
- x
- Type: SystemSingle
向きの X 成分 - y
- Type: SystemSingle
向きの Y 成分 - z
- Type: SystemSingle
向きの Z 成分
See Also