Etterna 0.74.4
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
ITween Class Referenceabstract

The interface for simple interpolation. More...

#include <Tween.h>

Inheritance diagram for ITween:
Inheritance graph
[legend]

Public Member Functions

virtual ~ITween ()=default
 Create the initial interface.
 
virtual auto Tween (float f) const -> float=0
 
virtual auto Copy () const -> ITween *=0
 

Static Public Member Functions

static auto CreateFromType (TweenType iType) -> ITween *
 
static auto CreateFromStack (Lua *L, int iStackPos) -> ITween *
 

Detailed Description

The interface for simple interpolation.

Funny enough, this is a class.


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