Class CSPie
- Namespace
- FluffyUnderware.Curvy.Shapes
Pie Shape (2D)
[CurvyShapeInfo("2D/Pie", true)]
[RequireComponent(typeof(CurvySpline))]
[AddComponentMenu("Curvy/Shapes/Pie")]
public class CSPie : CSCircle
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourDTVersionedMonoBehaviourCSPie
- Inherited Members
Properties
Eat
public CSPie.EatModeEnum Eat { get; set; }
Property Value
Empty
public int Empty { get; set; }
Property Value
Roundness
public float Roundness { get; set; }
Property Value
Methods
ApplyShape()
Override this to add custom code
protected override void ApplyShape()