Rebel Fork Framework
Urho3D::VariantCurvePoint Struct Reference

#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.
 

Detailed Description

Generic variant animation keyframe or curve point.

Note
Tangents (if present) are stored separately to save memory.

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