MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnScriptsReloadStart

Method OnScriptsReloadStart

Source/Engine/Content/Assets/Animation.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#if USE_EDITOR
32
33void Animation::OnScriptsReloadStart()
34{
35 for (auto& e : Events)
36 {
37 for (auto& k : e.Second.GetKeyframes())
38 Level::ScriptsReloadRegisterObject((ScriptingObject*&)k.Value.Instance);
39 }
40}
41
42#endif
43

Callers

nothing calls this directly

Calls 1

GetKeyframesMethod · 0.45

Tested by

no test coverage detected