| 95 | } |
| 96 | |
| 97 | float EveVirtualCameraBehaviourFloatSet::Update( const EveVirtualCamera& camera, float current, float deltaTime, float localElapsedTime, const Vector3& anchorPosition, float anchorRadius, const Vector3& anchorForwardDirection ) |
| 98 | { |
| 99 | return m_value - current; |
| 100 | } |
| 101 | |
| 102 | // ============================================================================= |
| 103 | // Add Value |
nothing calls this directly
no test coverage detected