Click or drag to resize
FloatRangeEvaluate Method
Evaluate the range at the specified percentage.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public float Evaluate(
	float t
)

Parameters

t
Type: SystemSingle
A normalized parameter value.

Return Value

Type: Single
The interpolated Single at the specified parameter in this instance.
See Also