Click or drag to resize

Curve2DSetBakeInterval Method

Note: This API is now obsolete.

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

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

Parameters

distance
Type: SystemSingle

[Missing <param name="distance"/> documentation for "M:Godot.Curve2D.SetBakeInterval(System.Single)"]

See Also