MCPcopy 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
95void OnRegisterBake(Actor* e)
96{
97 OnBakeEvent(true, e);
98}
99
100void OnFinishBake(Actor* e)
101{

Callers 1

BakeMethod · 0.85

Calls 1

OnBakeEventFunction · 0.85

Tested by

no test coverage detected