Spline color getter for debug drawing, can be overriden by custom spline types.
| 363 | #if USE_EDITOR |
| 364 | // Spline color getter for debug drawing, can be overriden by custom spline types. |
| 365 | virtual Color GetSplineColor() |
| 366 | { |
| 367 | return Color::White; |
| 368 | } |
| 369 | #endif |
| 370 | |
| 371 | private: |