Table of Contents

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 : struct

Type 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

location float

Location to sample at

Returns

T

Sampled value