Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ FadeIn
Function
FadeIn
TombEngine/Scripting/Internal/TEN/View/ViewHandler.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
static void FadeIn(TypeOrNil<float> speed)
51
{
52
SetScreenFadeIn(ValueOr<float>(speed, 1.0f) / (float)FPS);
53
}
54
55
static bool FadeOutComplete()
56
{
Callers
nothing calls this directly
Calls
1
SetScreenFadeIn
Function · 0.85
Tested by
no test coverage detected