Summary
A variant of a
System.Func`2
with a custom range instead of 0 to 1.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Base Types
-
- MulticastDelegate
graph BT
Type-->Base0["MulticastDelegate"]
Type["Easing.RangedDelegate"]
class Type type-node
Syntax
public delegate float Easing.RangedDelegate(float start, float end, float value) : MulticastDelegate