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

Method Init

Source/Engine/Animations/Animations.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool AnimationsService::Init()
72{
73 PROFILE_MEM(Animations);
74 Animations::System = New<AnimationsSystem>();
75 Engine::UpdateGraph->AddSystem(Animations::System);
76 return false;
77}
78
79void AnimationsService::Dispose()
80{

Callers

nothing calls this directly

Calls 1

AddSystemMethod · 0.80

Tested by

no test coverage detected