Class SplineDataHandleAttribute
SplineDataHandleAttribute can be use to add custom handles to SplineData<T>. The custom drawer class must inherit from SplineDataHandle and override one of the Draw static method.
Namespace: UnityEngine.Splines
Syntax
public abstract class SplineDataHandleAttribute : Attribute