Class CSSpiral
- Namespace
- FluffyUnderware.Curvy.Shapes
Spiral Spline Shape
[CurvyShapeInfo("3D/Spiral", false)]
[RequireComponent(typeof(CurvySpline))]
[AddComponentMenu("Curvy/Shapes/Spiral")]
public class CSSpiral : CurvyShape2D
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourDTVersionedMonoBehaviourCSSpiral
- Inherited Members
Properties
Circles
public float Circles { get; set; }
Property Value
Count
public int Count { get; set; }
Property Value
Radius
public float Radius { get; set; }
Property Value
RadiusFactor
public AnimationCurve RadiusFactor { get; set; }
Property Value
- AnimationCurve
Z
public AnimationCurve Z { get; set; }
Property Value
- AnimationCurve
Methods
ApplyShape()
Override this to add custom code
protected override void ApplyShape()