Class AnimationCurveFloatArray
Represents a float curve.
Inherited Members
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public class AnimationCurveFloatArray : AnimationCurve<float[]>
Constructors
AnimationCurveFloatArray(int)
Initializes a new instance of the AnimationCurveFloatArray class.
Declaration
public AnimationCurveFloatArray(int arraySize)
Parameters
Type | Name | Description |
---|---|---|
int | arraySize | The size of the array. |
Properties
ArraySize
Gets the size of the array.
Declaration
public int ArraySize { get; }
Property Value
Type | Description |
---|---|
int |