Click or drag to resize

Curve2DBakeInterval Property

The distance in pixels between two adjacent cached points. Changing it forces the cache to be recomputed the next time the GetBakedPoints or GetBakedLength function is called. The smaller the distance, the more points in the cache and the more memory it will consume, so use with care.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float BakeInterval { get; set; }

Property Value

Type: Single
See Also