Table of Contents

Class CurvySplineEventArgs

EventArgs used by CurvySplineEvent events

public class CurvySplineEventArgs : CurvyEventArgs
Inheritance
CurvySplineEventArgs
Derived
Inherited Members

Constructors

CurvySplineEventArgs(MonoBehaviour, CurvySpline, object)

public CurvySplineEventArgs(MonoBehaviour sender, CurvySpline spline, object data = null)

Parameters

sender MonoBehaviour
spline CurvySpline
data object

Fields

Spline

The related spline

public readonly CurvySpline Spline

Field Value

CurvySpline