![]() |
DDNet documentation
|
#include <envelope_evaluator.h>
Public Member Functions | |
| CMapEnvelopeEvaluator (CEditorMap *pMap) | |
| void | EnvelopeEval (int TimeOffsetMillis, int EnvelopeIndex, ColorRGBA &Result, size_t Channels) override |
| Public Member Functions inherited from CMapObject | |
| CMapObject (CEditorMap *pMap) | |
| CMapObject (const CMapObject &Other) | |
| virtual | ~CMapObject ()=default |
| virtual void | OnAttach (CEditorMap *pMap) |
| const CEditor * | Editor () const |
| CEditor * | Editor () |
| const CEditorMap * | Map () const |
| CEditorMap * | Map () |
| const IGraphics * | Graphics () const |
| IGraphics * | Graphics () |
| const ISound * | Sound () const |
| ISound * | Sound () |
| const IStorage * | Storage () const |
| IStorage * | Storage () |
| const ITextRender * | TextRender () const |
| ITextRender * | TextRender () |
| Public Member Functions inherited from IEnvelopeEval | |
| virtual | ~IEnvelopeEval ()=default |
Public Attributes | |
| bool | m_Animate = false |
| float | m_AnimateStart = 0.0f |
| float | m_AnimateTime = 0.0f |
| float | m_AnimateSpeed = 1.0f |
| bool | m_AnimateUpdatePopup = false |
| Public Attributes inherited from CMapObject | |
| float | m_aLayerOffset [2] |
| bool | m_UseClipping |
| float | m_aaClipArea [2][2] |
| float | m_aSpeed [2] |
| float | m_aaScreenOffset [2][2] |
| float | m_aaBaseArea [2][2] |
| float | m_aaExtendedArea [2][2] |
Additional Inherited Members | |
| Static Public Attributes inherited from CMapObject | |
| static constexpr float | ms_aStandardScreen [2] = {1430 / 2.f, 1050 / 2.f} |
|
explicit |
|
overridevirtual |
Implements IEnvelopeEval.
| bool CMapEnvelopeEvaluator::m_Animate = false |
| float CMapEnvelopeEvaluator::m_AnimateSpeed = 1.0f |
| float CMapEnvelopeEvaluator::m_AnimateStart = 0.0f |
| float CMapEnvelopeEvaluator::m_AnimateTime = 0.0f |
| bool CMapEnvelopeEvaluator::m_AnimateUpdatePopup = false |