Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ Update
Method
Update
tests/SDK/NDK/StateMachine.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
bool Update(Ndk::StateMachine& /*fsm*/, float /*elapsedTime*/) override
22
{
23
m_isUpdated = true;
24
return true;
25
}
26
27
private:
28
bool m_isUpdated;
Callers
10
BaseSystem.cpp
File · 0.45
StateMachine.cpp
File · 0.45
EntityOwner.cpp
File · 0.45
Entity.cpp
File · 0.45
World.cpp
File · 0.45
PhysicsSystem2D.cpp
File · 0.45
PhysicsSystem3D.cpp
File · 0.45
VelocitySystem.cpp
File · 0.45
ListenerSystem.cpp
File · 0.45
RenderSystem.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected