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

Method EditorCameraSystem

Engine/source/EtEditor/Rendering/EditorCamera.cpp:46–49  ·  view source on GitHub ↗

------------------------------- EditorCameraSystem::c-tor system dependencies

Source from the content-addressed store, hash-verified

44// system dependencies
45//
46EditorCameraSystem::EditorCameraSystem()
47{
48 DeclareDependents<fw::TransformSystem::Compute>(); // update before transform world matrices are updated
49}
50
51//------------------------------
52// AudioListenerSystem::Process

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected