Table of Contents

Class CurvyGLRenderer

Class to render a spline using GL.Draw Add this script to a camera

[AddComponentMenu("Curvy/Misc/Curvy GL Renderer")]
public class CurvyGLRenderer : DTVersionedMonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
DTVersionedMonoBehaviour
CurvyGLRenderer

Remarks

Useful for debugging

Fields

Splines

public List<GLSlotData> Splines

Field Value

List<GLSlotData>

Methods

Add(CurvySpline)

public void Add(CurvySpline spline)

Parameters

spline CurvySpline