Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ Clear
Method
Clear
TombEngine/Specific/Input/InputAction.cpp:195–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
void Action::Clear()
196
{
197
_value = 0.0f;
198
_prevValue = 0.0f;
199
_timeActive = 0;
200
_prevTimeActive = 0;
201
_timeInactive = 0;
202
}
203
204
void Action::DrawDebug() const
205
{
Callers
4
ApplyActionQueue
Function · 0.45
ClearAllActions
Function · 0.45
ClearAction
Function · 0.45
SetMeshVisible
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected