Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void BaseState::Leave(Ndk::StateMachine& /*fsm*/)
27
{
28
m_text.SetVisible(false);
29
}
30
31
bool BaseState::Update(Ndk::StateMachine& /*fsm*/, float /*elapsedTime*/)
32
{
Callers
nothing calls this directly
Calls
1
SetVisible
Method · 0.45
Tested by
no test coverage detected