Interface IComputeCurve<T>
- Namespace
- Stride.Animations
- Assembly
- Stride.Engine.dll
Base interface for curve based compute value nodes.
public interface IComputeCurve<out T> : IComputeCurve where T : structType Parameters
- T
- Inherited Members
Methods
Evaluate(float)
Evaluates the compute curve's value at the specified location, usually in the [0 .. 1] range
T Evaluate(float location)Parameters
- locationfloat
- Location to sample at 
Returns
- T
- Sampled value