Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CubicTweener Class Reference

#include <Tween.h>

Inheritance diagram for CubicTweener:
Tweener

Public Member Functions

float Tween (float time, float start, float change, float duration) override
 
- Public Member Functions inherited from Tweener
 Tweener (TweenerType tweenerType=EASE_OUT)
 
virtual ~Tweener ()=default
 
void SetEasing (TweenerType type)
 
virtual bool HasResumePoint () const
 

Additional Inherited Members

- Protected Attributes inherited from Tweener
TweenerType m_tweenerType
 

Member Function Documentation

◆ Tween()

float CubicTweener::Tween ( float time,
float start,
float change,
float duration )
inlineoverridevirtual

Implements Tweener.


The documentation for this class was generated from the following file: