You.i Engine
YiInterpolateHold.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_INTERPOLATE_HOLD_H_
3 #define _YI_INTERPOLATE_HOLD_H_
4 
5 #include "YiTimeInterpolator.h"
6 
16 {
17 public:
19  virtual ~CYIInterpolateHold();
20  virtual float Interpolate(float fTimePercentage) override;
21 
23 };
24 
27 #endif // _YI_INTERPOLATE_HOLD_H_
Container for basic interpolator functions.
Definition: YiTimeInterpolator.h:21
virtual ~CYIInterpolateHold()
#define YI_TYPE_BASES(...)
Definition: YiRtti.h:350
An interpolator that always outputs the same value: 1.0.
Definition: YiInterpolateHold.h:15
virtual float Interpolate(float fTimePercentage) override