Function TextureProgress.radialFillDegrees
Upper limit for the fill of textureProgress if fillMode is constant FILL_CLOCKWISE or constant FILL_COUNTER_CLOCKWISE. When the node's value is equal to its max_value, the texture fills up to this angle.
See Range, Range.
double radialFillDegrees() nothrow @property @nogc;
void radialFillDegrees
(
double v
) nothrow @property @nogc;