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

Method LightSystem

Engine/source/EtFramework/Systems/LightSystem.cpp:23–26  ·  view source on GitHub ↗

-------------------- LightSystem::c-tor system dependencies

Source from the content-addressed store, hash-verified

21// system dependencies
22//
23LightSystem::LightSystem()
24{
25 DeclareDependencies<TransformSystem::Compute>(); // update lights after updating transforms, though we don't need to wait for flags to update
26}
27
28//-----------------------------------
29// LightSystem::OnComponentAdded

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected