Function Curve2D.bakeInterval
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.
double bakeInterval() nothrow @property @nogc;
void bakeInterval
(
double v
) nothrow @property @nogc;