MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / update

Method update

Engine/source/T3D/fx/cameraFXMgr.cpp:46–49  ·  view source on GitHub ↗

-------------------------------------------------------------------------- Update --------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

44// Update
45//--------------------------------------------------------------------------
46void CameraFX::update( F32 dt )
47{
48 mElapsedTime += dt;
49}
50
51
52

Callers

nothing calls this directly

Calls 9

updateFunction · 0.85
sinFunction · 0.85
setPositionMethod · 0.45
identityMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
mulMethod · 0.45
isExpiredMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected