|
KeyFramesTrackBaseTSetEasingFunctionToAllKeys Method |
SetInterpolationToAllKeys methods sets the specified interpolation to all keys in the key frames track.
Namespace: Ab3d.AnimationAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void SetEasingFunctionToAllKeys(
Func<double, double> easingFunction
)
Parameters
- easingFunction FuncDouble, Double
- easingFunction gets a double parameter value between 0 and 1 and should return a value between 0 and 1.
See Also