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

Method Clear

Source/Engine/Particles/ParticlesData.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void ParticleLayout::Clear()
30{
31 Size = 0;
32 Attributes.Clear();
33}
34
35void ParticleLayout::UpdateLayout()
36{

Callers 15

unloadMethod · 0.45
ClearStateMethod · 0.45
DrawEmitterCPUFunction · 0.45
DrawEmittersGPUFunction · 0.45
UpdateGPUFunction · 0.45
AcquireParticleBufferMethod · 0.45
OnEmitterUnloadMethod · 0.45
DisposeMethod · 0.45
PostExecuteMethod · 0.45
SetupMethod · 0.45
loadMethod · 0.45
unloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected