field
RadialFill.FillAngle
The arc angle (in degrees) of the fill.
- Positive => counter-clockwise
- Negative => clockwise
Declaration
[Range(-360F, 360F)]
public float FillAngle;
Remarks
The value is clamped between -360
and 360
.
The arc angle (in degrees) of the fill.
[Range(-360F, 360F)]
public float FillAngle;
The value is clamped between -360
and 360
.