Click or drag to resize
AB4D logo

KeyFramesTrackBaseTSetEasingFunctionToAllKeys Method

SetInterpolationToAllKeys methods sets the specified interpolation to all keys in the key frames track.

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
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