MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetSplineColor

Function GetSplineColor

Source/Engine/Level/Actors/Spline.h:365–368  ·  view source on GitHub ↗

Spline color getter for debug drawing, can be overriden by custom spline types.

Source from the content-addressed store, hash-verified

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
371private:

Callers 1

OnDebugDrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected