--------------------------------- TransformSystem::Compute::c-tor dependency setup
| 47 | // dependency setup |
| 48 | // |
| 49 | TransformSystem::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 |
nothing calls this directly
no outgoing calls
no test coverage detected