ProgressbarIndeterminate

Options

  • Direction ProgressbarDirection

    Animation direction.

    • Horizontal

    • Vertical

  • Bar RawImage

    Image to animate. Use texture type `texture and set Wrap Mode to repeat.

  • Border Image

    Border image.

  • Mask Image

    Mask.

  • Speed float

    Animation speed.

  • Unscaled Time bool

    Run animation with unscaled time.

Start animation

Progressbar.Animate();

Stop animation

Progressbar.Stop();