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

Method Update

Source/Engine/Navigation/NavCrowd.cpp:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void NavCrowd::Update(float dt)
179{
180 PROFILE_CPU();
181 PROFILE_MEM(Navigation);
182 _crowd->update(Math::Max(dt, ZeroTolerance), nullptr);
183}
184
185void NavCrowd::InitCrowdAgentParams(dtCrowdAgentParams& agentParams, const NavAgentProperties& properties)
186{

Callers

nothing calls this directly

Calls 2

MaxFunction · 0.50
updateMethod · 0.45

Tested by

no test coverage detected