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

Method Init

Source/Engine/Particles/Particles.cpp:1552–1559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1550}
1551
1552bool ParticleManagerService::Init()
1553{
1554 PROFILE_MEM(Particles);
1555 Particles::System = New<ParticlesSystem>();
1556 Particles::System->Order = 10000;
1557 Engine::UpdateGraph->AddSystem(Particles::System);
1558 return false;
1559}
1560
1561void ParticleManagerService::Dispose()
1562{

Callers 7

GetParticlesCountMethod · 0.45
InitMethod · 0.45
DrawEmitterCPUFunction · 0.45
DrawEmittersGPUFunction · 0.45
AcquireParticleBufferMethod · 0.45
SpawnMethod · 0.45
loadMethod · 0.45

Calls 1

AddSystemMethod · 0.80

Tested by

no test coverage detected