Click or drag to resize

CurveSetBakeResolution Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Curve.SetBakeResolution(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBakeResolution is deprecated. Use the BakeResolution property instead.")]
public void SetBakeResolution(
	int resolution
)

Parameters

resolution
Type: SystemInt32

[Missing <param name="resolution"/> documentation for "M:Godot.Curve.SetBakeResolution(System.Int32)"]

See Also