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.

  1. double bakeInterval [@property getter]
    struct Curve2D
    @nogc nothrow @property
    double
    bakeInterval
    ()
  2. double bakeInterval [@property setter]

Meta