MCPcopy Create free account
hub / github.com/Illation/ETEngine / SpawnSystem

Method SpawnSystem

Projects/Demo/source/Runtime/SpawnSystem.cpp:23–26  ·  view source on GitHub ↗

-------------------- SpawnSystem::c-tor system dependencies

Source from the content-addressed store, hash-verified

21// system dependencies
22//
23SpawnSystem::SpawnSystem()
24{
25 DeclareDependents<fw::RigidBodySystem>(); // update before rigid bodies so bullet simulates our spheres as soon as they are added
26}
27
28//------------------------------
29// SpawnSystem::Process

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected