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

Method CelestialBodySystem

Projects/Demo/source/Runtime/CelestialBodySystem.cpp:19–22  ·  view source on GitHub ↗

---------------------------- CelestialBodySystem::c-tor

Source from the content-addressed store, hash-verified

17// CelestialBodySystem::c-tor
18//
19CelestialBodySystem::CelestialBodySystem()
20{
21 DeclareDependents<fw::TransformSystem::Compute>(); // update before transform matrix recalculation
22}
23
24//------------------------------
25// CelestialBodySystem::Process

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected