Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
bool AnimationsService::Init()
72
{
73
PROFILE_MEM(Animations);
74
Animations::System = New<AnimationsSystem>();
75
Engine::UpdateGraph->AddSystem(Animations::System);
76
return false;
77
}
78
79
void AnimationsService::Dispose()
80
{
Callers
nothing calls this directly
Calls
1
AddSystem
Method · 0.80
Tested by
no test coverage detected