getProgressIcon
Icon to represent the progress of a task, a project, something.
Signature
progress
is a number between 0 and 1 (0 meaning not started, 1 meaning finished).color
is a RaycastColor
or a hexadecimal representation of a color. By default it will beColor.Red
.options.background
is a RaycastColor
or a hexadecimal representation of a color for the background of the progress icon. By default, it will bewhite
if the Raycast's appearance isdark
, andblack
if the appearance islight
.options.backgroundOpacity
is the opacity of the background of the progress icon. By default, it will be0.1
.
Returns an Image.Asset that can be used where Raycast expects them.
Example
Last updated