Table of Contents

Class SplineProcessor

Base class for components that process a spline to produce something else, a line renderer or an edge collider for example

[ExecuteAlways]
public abstract class SplineProcessor : DTVersionedMonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
DTVersionedMonoBehaviour
SplineProcessor
Derived

Properties

Spline

The source spline

public CurvySpline Spline { get; set; }

Property Value

CurvySpline

Methods

BindEvents()

protected void BindEvents()

Refresh()

Method that processes the associated CurvySpline

public abstract void Refresh()

UnbindEvents()

protected void UnbindEvents()