Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnModelLoaded
Method
OnModelLoaded
Source/Engine/Level/Actors/SplineModel.cpp:111–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void SplineModel::OnModelLoaded()
112
{
113
Entries.SetupIfInvalid(Model);
114
115
OnSplineUpdated();
116
}
117
118
void SplineModel::OnSplineUpdated()
119
{
Callers
nothing calls this directly
Calls
1
SetupIfInvalid
Method · 0.80
Tested by
no test coverage detected