Class CSStar
- Namespace
- FluffyUnderware.Curvy.Shapes
Star Shape (2D)
[CurvyShapeInfo("2D/Star", true)]
[RequireComponent(typeof(CurvySpline))]
[AddComponentMenu("Curvy/Shapes/Star")]
public class CSStar : CurvyShape2D
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourDTVersionedMonoBehaviourCSStar
- Inherited Members
Properties
InnerRadius
public float InnerRadius { get; set; }
Property Value
InnerRoundness
public float InnerRoundness { get; set; }
Property Value
OuterRadius
public float OuterRadius { get; set; }
Property Value
OuterRoundness
public float OuterRoundness { get; set; }
Property Value
Sides
public int Sides { get; set; }
Property Value
Methods
ApplyShape()
Override this to add custom code
protected override void ApplyShape()