Table of Contents

Class CSSpiral

Spiral Spline Shape

[CurvyShapeInfo("3D/Spiral", false)]
[RequireComponent(typeof(CurvySpline))]
[AddComponentMenu("Curvy/Shapes/Spiral")]
public class CSSpiral : CurvyShape2D
Inheritance
Object
Component
Behaviour
MonoBehaviour
DTVersionedMonoBehaviour
CSSpiral
Inherited Members

Properties

Circles

public float Circles { get; set; }

Property Value

float

Count

public int Count { get; set; }

Property Value

int

Radius

public float Radius { get; set; }

Property Value

float

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()