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

Method TickScripts

Source/Engine/Level/Scene/SceneTicking.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void SceneTicking::FixedUpdateTickData::TickScripts(const Array<Script*>& scripts)
91{
92 for (int32 i = 0; i < scripts.Count() && _canTick; i++)
93 scripts.Get()[i]->OnFixedUpdate();
94}
95
96SceneTicking::UpdateTickData::UpdateTickData()
97 : TickData(1024)

Callers

nothing calls this directly

Calls 6

OnLateUpdateMethod · 0.80
OnLateFixedUpdateMethod · 0.80
CountMethod · 0.45
OnFixedUpdateMethod · 0.45
GetMethod · 0.45
OnUpdateMethod · 0.45

Tested by

no test coverage detected