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

Method Leave

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

Source from the content-addressed store, hash-verified

24}
25
26void BaseState::Leave(Ndk::StateMachine& /*fsm*/)
27{
28 m_text.SetVisible(false);
29}
30
31bool BaseState::Update(Ndk::StateMachine& /*fsm*/, float /*elapsedTime*/)
32{

Callers

nothing calls this directly

Calls 1

SetVisibleMethod · 0.45

Tested by

no test coverage detected