Table of Contents

Class CSCircle

Circle Shape (2D)

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

Properties

Count

public int Count { get; set; }

Property Value

int

Radius

public float Radius { get; set; }

Property Value

float

Methods

ApplyShape()

Override this to add custom code

protected override void ApplyShape()