MCPcopy 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
111void SplineModel::OnModelLoaded()
112{
113 Entries.SetupIfInvalid(Model);
114
115 OnSplineUpdated();
116}
117
118void SplineModel::OnSplineUpdated()
119{

Callers

nothing calls this directly

Calls 1

SetupIfInvalidMethod · 0.80

Tested by

no test coverage detected