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

Method Update

tests/Engine/Platform/EventHandler/BaseState.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31bool BaseState::Update(Ndk::StateMachine& /*fsm*/, float /*elapsedTime*/)
32{
33 return true;
34}
35
36void BaseState::DrawMenu()
37{

Callers 7

ParticleGroup.cppFile · 0.45
EventHandler.cppFile · 0.45
SetContentMethod · 0.45
Frustum.cppFile · 0.45
Ray.cppFile · 0.45
OrientedBox.cppFile · 0.45
BoundingVolume.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected