 | FloatRangeEvaluate Method |
Evaluate the range at the specified percentage.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic float Evaluate(
float t
)
Parameters
- t
- Type: SystemSingle
A normalized parameter value.
Return Value
Type:
SingleThe interpolated
Single at the specified parameter in this instance.
See Also