|
Rebel Fork Framework
|
#include <Urho3D/Core/VariantCurve.h>
Public Member Functions | |
| unsigned | ToHash () const |
| bool | operator== (const VariantCurvePoint &rhs) const |
| bool | operator!= (const VariantCurvePoint &rhs) const |
Public Attributes | |
| float | time_ {} |
| Input scalar. Time for animation, may be something else. | |
| Variant | value_ |
| Output value. Should have the same type for all points in curve. | |
Generic variant animation keyframe or curve point.