Class CSCircle
- Namespace
- FluffyUnderware.Curvy.Shapes
Circle Shape (2D)
[CurvyShapeInfo("2D/Circle", true)]
[RequireComponent(typeof(CurvySpline))]
[AddComponentMenu("Curvy/Shapes/Circle")]
public class CSCircle : CurvyShape2D
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourDTVersionedMonoBehaviourCSCircle
- Derived
- Inherited Members
Properties
Count
public int Count { get; set; }
Property Value
Radius
public float Radius { get; set; }
Property Value
Methods
ApplyShape()
Override this to add custom code
protected override void ApplyShape()