field
RadialFill.Rotation
The angle (in degrees from the positive x-axis) that serves as the basis rotation from which
FillAngle will apply.
- Positive => counter-clockwise
- Negative => clockwise
Declaration
[Range(-360F, 360F)]
public float Rotation;
Remarks
The value is clamped between -360
and 360
.