TextureProgress.ninePatchStretch

If true Godot treats the bar's textures like NinePatchRect. Use stretch_margin_*, like stretchMarginBottom, to set up the nine patch's 3x3 grid. Default value: false.

  1. bool ninePatchStretch [@property getter]
    struct TextureProgress
    @nogc nothrow @property
    bool
    ninePatchStretch
    ()
  2. bool ninePatchStretch [@property setter]

Meta