Function Curve3D.upVectorEnabled

If true, the curve will bake up vectors used for orientation. This is used when PathFollow.rotationMode is set to constant PathFollow.ROTATION_ORIENTED. Changing it forces the cache to be recomputed.

bool upVectorEnabled() nothrow @property @nogc;

void upVectorEnabled (
  bool v
) nothrow @property @nogc;