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

Method Compute

Engine/source/EtFramework/Systems/TransformSystem.cpp:49–54  ·  view source on GitHub ↗

--------------------------------- TransformSystem::Compute::c-tor dependency setup

Source from the content-addressed store, hash-verified

47// dependency setup
48//
49TransformSystem::Compute::Compute()
50{
51 DeclareDependencies<RigidBodySystem>(); // the rigid body system may update transformations
52
53 DeclareDependents<TransformSystem::Reset>();
54}
55
56//-----------------------------------
57// TransformSystem::Compute::Process

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected