Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
int32 Spline::GetSplinePointsCount() const
142
{
143
return Curve.GetKeyframes().Count();
144
}
145
146
float Spline::GetSplineDuration() const
147
{
Callers
4
Tick
Method · 0.80
OnSplineUpdated
Method · 0.80
GetGeometry
Method · 0.80
OnSplineUpdated
Method · 0.80
Calls
2
Count
Method · 0.45
GetKeyframes
Method · 0.45
Tested by
no test coverage detected