Lumino
ln::AnimationCurve Class Referenceabstract

時間の経過をとおして値を評価します。アニメーションが生成する値の最小単位です。 More...

#include <AnimationCurve.hpp>

Inheritance diagram for ln::AnimationCurve:
ln::EasingAnimationCurve ln::KeyFrameAnimationCurve

Public Member Functions

float evaluate (float time)
 指定した時間における値を評価します。
 
float lastFrameTime () const
 アニメーションの終端の時間を取得します。
 
AnimationWrapMode wrapMode () const
 アニメーションの繰り返しの動作を取得します。
 
void setWrapMode (AnimationWrapMode mode)
  アニメーションの繰り返しの動作を設定します。(default: Once)
 

Detailed Description

時間の経過をとおして値を評価します。アニメーションが生成する値の最小単位です。


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