Click or drag to resize

Camera2DSetEnableFollowSmoothing Method

Note: This API is now obsolete.

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

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

Parameters

followSmoothing
Type: SystemBoolean

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

See Also