Class ChangeKeyframeEasing
Represents a profile editor command that can be used to change the easing function of a keyframe.
public class ChangeKeyframeEasing : IProfileEditorCommand
- Inheritance
-
objectChangeKeyframeEasing
- Implements
Constructors
ChangeKeyframeEasing(ILayerPropertyKeyframe, Functions)
Creates a new instance of the ChangeKeyframeEasing class.
public ChangeKeyframeEasing(ILayerPropertyKeyframe keyframe, Easings.Functions easingFunction)
Parameters
keyframeILayerPropertyKeyframeeasingFunctionEasings.Functions
Properties
DisplayName
Gets the name of the command
public string DisplayName { get; }
Property Value
Methods
Execute()
Executes the command
public void Execute()
Undo()
Undoes the command
public void Undo()