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