Lui.ProgressBar
There are two type of progress bars available, the Lui.ProgressBar that is using Unity’s UI Toolkit progressbar and Lui.ProgressBarPure which is a lightweight custom progressbar, providing better control over customization.
Lui.ProgressBar
Creates a progress bar with track, fill, and optional title.
Lui.ProgressBar(health.Value, 0f, 100f, $"Health {health.Value:0}%",
trackClasses: "bg-slate-800",
fillClasses: "bg-rose-500")Last updated on