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.

  1. bool upVectorEnabled [@property getter]
  2. bool upVectorEnabled [@property setter]
    struct Curve3D
    @nogc nothrow @property
    void
    upVectorEnabled
    (
    bool v
    )

Meta