Table of Contents

Class ComputeAnimationCurveFloat

Namespace
Stride.Animations
Assembly
Stride.Engine.dll

Animation of a float value for the IComputeCurve interface

[DataContract("ComputeAnimationCurveFloat")]
[Display("Animation", null, Expand = ExpandRule.Never)]
public class ComputeAnimationCurveFloat : ComputeAnimationCurve<float>, IComparer<AnimationKeyFrame<float>>, IComparer, IComputeCurve<float>, IComputeCurve
Inheritance
ComputeAnimationCurveFloat
Implements
Inherited Members

Methods

Cubic(ref float, ref float, ref float, ref float, float, out float)

public override void Cubic(ref float value1, ref float value2, ref float value3, ref float value4, float t, out float result)

Parameters

value1 float
value2 float
value3 float
value4 float
t float
result float

Linear(ref float, ref float, float, out float)

public override void Linear(ref float value1, ref float value2, float t, out float result)

Parameters

value1 float
value2 float
t float
result float