Interface RadialProgressEffectProps

Properties of the RadialProgressEffect effect

Hierarchy

Properties

color?: number

Color of the border in 0xRRGGBBAA

Default

0xffffffff
offset?: number

offset where the radial progress starts drawing.

Default

0;
progress?: number

progress from 0 to 1 in floats

Default

0.5;
radius?: number

radius from center to outer edge from 0 to 1 in floats;

Default

1
range?: number

maximum range of the radial progress in radians

Default

Math.PI * 2
rounded?: boolean

rounded ends of the progress bar;

Default

false
width?: number

Width of the border in pixels

Default

10

Generated using TypeDoc