Table of Contents

Class CSPie

Pie Shape (2D)

[CurvyShapeInfo("2D/Pie", true)]
[RequireComponent(typeof(CurvySpline))]
[AddComponentMenu("Curvy/Shapes/Pie")]
public class CSPie : CSCircle
Inheritance
Object
Component
Behaviour
MonoBehaviour
DTVersionedMonoBehaviour
CSPie
Inherited Members

Properties

Eat

public CSPie.EatModeEnum Eat { get; set; }

Property Value

CSPie.EatModeEnum

Empty

public int Empty { get; set; }

Property Value

int

Roundness

public float Roundness { get; set; }

Property Value

float

Methods

ApplyShape()

Override this to add custom code

protected override void ApplyShape()