ComputeFunctionCurveFloat Class
Namespace: Stride.AnimationsAssembly: Stride.Engine.dll
Function float value for the IComputeCurve interface
Derived from ComputeFunctionCurveFloat:
[DataContract("ComputeFunctionCurveFloat")]
[Display("Function", null)]
public class ComputeFunctionCurveFloat : ComputeFunctionCurve<float>, IComputeCurve<float>, IComputeCurve
Name | Description | |
---|---|---|
Methods | ||
GetElementFrom(Single) |
Methods
GetElementFrom(Single)
protected override float GetElementFrom(float value)
Parameters
Type | Name | Description |
---|---|---|
System.Single | value |
Returns
Type | Description |
---|---|
System.Single |
Overrides
Stride.Animations.ComputeFunctionCurve<System.Single>.GetElementFrom(System.Single)