Table of Contents

Class CSStar

Star Shape (2D)

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

Properties

InnerRadius

public float InnerRadius { get; set; }

Property Value

float

InnerRoundness

public float InnerRoundness { get; set; }

Property Value

float

OuterRadius

public float OuterRadius { get; set; }

Property Value

float

OuterRoundness

public float OuterRoundness { get; set; }

Property Value

float

Sides

public int Sides { get; set; }

Property Value

int

Methods

ApplyShape()

Override this to add custom code

protected override void ApplyShape()