Click or drag to resize

AudioEffectPannerSetPan Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioEffectPanner.SetPan(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetPan is deprecated. Use the Pan property instead.")]
public void SetPan(
	float cpanume
)

Parameters

cpanume
Type: SystemSingle

[Missing <param name="cpanume"/> documentation for "M:Godot.AudioEffectPanner.SetPan(System.Single)"]

See Also