Table of Contents

Class CurvyLineRenderer

Class to drive a LineRenderer with a CurvySpline

[AddComponentMenu("Curvy/Converters/Curvy Line Renderer")]
[RequireComponent(typeof(LineRenderer))]
public class CurvyLineRenderer : SplineProcessor
Inheritance
Object
Component
Behaviour
MonoBehaviour
DTVersionedMonoBehaviour
CurvyLineRenderer
Inherited Members

Fields

ComponentPath

public const string ComponentPath = "Curvy/Converters/Curvy Line Renderer"

Field Value

string

Methods

Refresh()

Update the UnityEngine.LineRenderer's points with the cache points of the CurvySpline

public override void Refresh()