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

Method Translate

Engine/source/EtFramework/Systems/AudioSourceSystem.cpp:94–102  ·  view source on GitHub ↗

-------------------------------------- AudioSourceSystem::Translate::c-tor dependency setup

Source from the content-addressed store, hash-verified

92// dependency setup
93//
94AudioSourceSystem::Translate::Translate()
95{
96 DeclareDependencies<TransformSystem::Compute>(); // the rigid body system may update transformations
97
98 // run before the transform components reset so we only update position data for audio sources that moved
99 DeclareDependents<TransformSystem::Reset>();
100
101 DeclareDependents<AudioSourceSystem::State>();
102}
103
104//---------------------------------------
105// AudioSourceSystem::Translate::Process

Callers 1

OnScenePostLoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected