Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
BounceTweener Class Reference

#include <Tween.h>

Inheritance diagram for BounceTweener:
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
 

Static Protected Member Functions

static float easeOut (float time, float start, float change, float duration)
 

Additional Inherited Members

- Protected Attributes inherited from Tweener
TweenerType m_tweenerType
 

Member Function Documentation

◆ easeOut()

static float BounceTweener::easeOut ( float  time,
float  start,
float  change,
float  duration 
)
inlinestaticprotected

◆ Tween()

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

Implements Tweener.


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