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

Method GetSplinePointsCount

Source/Engine/Level/Actors/Spline.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141int32 Spline::GetSplinePointsCount() const
142{
143 return Curve.GetKeyframes().Count();
144}
145
146float Spline::GetSplineDuration() const
147{

Callers 4

TickMethod · 0.80
OnSplineUpdatedMethod · 0.80
GetGeometryMethod · 0.80
OnSplineUpdatedMethod · 0.80

Calls 2

CountMethod · 0.45
GetKeyframesMethod · 0.45

Tested by

no test coverage detected