Click or drag to resize

InterpolatedCameraSetInterpolationEnabled Method

Note: This API is now obsolete.

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

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

Parameters

targetPath
Type: SystemBoolean

[Missing <param name="targetPath"/> documentation for "M:Godot.InterpolatedCamera.SetInterpolationEnabled(System.Boolean)"]

See Also