Click or drag to resize

Camera2DSetFollowSmoothing Method

Note: This API is now obsolete.

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

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

Parameters

followSmoothing
Type: SystemSingle

[Missing <param name="followSmoothing"/> documentation for "M:Godot.Camera2D.SetFollowSmoothing(System.Single)"]

See Also