Class CurveKeyframe<T>
The curve key class.
Inherited Members
Namespace: Evergine.Common.Curves
Assembly: Evergine.Common.dll
Syntax
public class CurveKeyframe<T>
Type Parameters
Name | Description |
---|---|
T | The type of the keyframe. |
Constructors
CurveKeyframe()
Initializes a new instance of the CurveKeyframe<T> class.
Declaration
public CurveKeyframe()
Fields
Lerp
The key lerp.
Declaration
public float Lerp
Field Value
Type | Description |
---|---|
float |
Value
The key value.
Declaration
public T Value
Field Value
Type | Description |
---|---|
T |