Lumino
ln::EasingAnimationCurve Class Reference

EasingFunction を用いて補間を行う AnimationCurve です。 More...

#include <AnimationCurve.hpp>

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

Static Public Member Functions

static Ref< EasingAnimationCurvecreate (float startValue, float targetValue, float duration, EasingMode function)
 空の EasingAnimationCurve を作成します。
 

Additional Inherited Members

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

Detailed Description

EasingFunction を用いて補間を行う AnimationCurve です。


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