Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Extensions.Algorithms
ResponseCurveBase(T) Class
ResponseCurveBase(T) Methods
Evaluate Method
Lerp Method
ResponseCurveBase
T
Evaluate Method
Evaluates the curve at the specified value.
Namespace:
Gamelogic.Extensions.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
T
Evaluate
(
float
t
)
Parameters
t
Type:
System
Single
The value at which to evaluate the curve.
Return Value
Type:
T
Implements
IResponseCurve
T
Evaluate(Single)
Remarks
Equivalent to
curve[t]
.
See Also
Reference
ResponseCurveBase
T
Class
Gamelogic.Extensions.Algorithms Namespace