Class AnimationCurveFloatArray
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 array size. |
Properties
ArraySize
Gets the array size.
Declaration
public int ArraySize { get; }
Property Value
| Type | Description |
|---|---|
| int |