MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Blast / processActorCreated

Method processActorCreated

samples/SampleBase/blast/BlastFamily.cpp:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void BlastFamily::processActorCreated(ExtPxFamily&, ExtPxActor& actor)
169{
170 m_totalVisibleChunkCount += actor.getChunkCount();
171 m_actors.emplace(&actor);
172
173 onActorCreated(actor);
174 onActorHealthUpdate(actor);
175}
176
177void BlastFamily::processActorDestroyed(ExtPxFamily&, ExtPxActor& actor)
178{

Callers 1

onActorCreatedMethod · 0.80

Calls 1

getChunkCountMethod · 0.45

Tested by

no test coverage detected