Converts a CurvySpline to an EdgeCollider2D
Public Attributes | |
const string | ComponentPath = "Curvy/Converters/Curvy Spline To Edge Collider 2D" |
Public Member Functions | |
override void | Refresh () |
Update the EdgeCollider2D.points with the cache points of the CurvySpline More... | |
Protected Member Functions | |
override void | Awake () |
override void | OnEnable () |
![]() | |
void | BindEvents () |
virtual void | OnDisable () |
virtual void | Start () |
void | UnbindEvents () |
Additional Inherited Members | |
![]() | |
CurvySpline | Spline [get, set] |
The source spline More... | |
|
protectedvirtual |
Reimplemented from SplineProcessor.
|
protectedvirtual |
Reimplemented from SplineProcessor.
|
virtual |
Update the EdgeCollider2D.points with the cache points of the CurvySpline
Implements SplineProcessor.
const string ComponentPath = "Curvy/Converters/Curvy Spline To Edge Collider 2D" |