Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnRegisterBake
Function
OnRegisterBake
Source/Editor/Managed/ManagedEditor.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void OnRegisterBake(Actor* e)
96
{
97
OnBakeEvent(true, e);
98
}
99
100
void OnFinishBake(Actor* e)
101
{
Callers
1
Bake
Method · 0.85
Calls
1
OnBakeEvent
Function · 0.85
Tested by
no test coverage detected