Click or drag to resize
Ab4d.SharpEngine logo

SceneNodeAnimationSetEasingFunctionToAllKeyframes(String, FuncSingle, Single) Method

Set the specified easing function to all key-frames belonging to the specified animated property name.

Namespace: Ab4d.SharpEngine.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void SetEasingFunctionToAllKeyframes(
	string propertyName,
	Func<float, float> easingFunction
)

Parameters

propertyName  String
Animated property name.
easingFunction  FuncSingle, Single

[Missing <param name="easingFunction"/> documentation for "M:Ab4d.SharpEngine.Animation.SceneNodeAnimation.SetEasingFunctionToAllKeyframes(System.String,System.Func{System.Single,System.Single})"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Animation.SceneNodeAnimation.SetEasingFunctionToAllKeyframes(System.String,System.Func{System.Single,System.Single})"]

See Also