Click or drag to resize
APILNSoundListener_SetUpDirectionXYZ Method
3D音声のリスナーの上方向を設定します。(正面方向とは直交であること)

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

Parameters

x
Type: SystemSingle
向きの X 成分
y
Type: SystemSingle
向きの Y 成分
z
Type: SystemSingle
向きの Z 成分

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNSoundListener_SetUpDirectionXYZ(System.Single,System.Single,System.Single)"]

See Also