Class DeleteKeyframe
Represents a profile editor command that can be used to delete a keyframe.
public class DeleteKeyframe : IProfileEditorCommand
- Inheritance
-
objectDeleteKeyframe
- Implements
Constructors
DeleteKeyframe(ILayerPropertyKeyframe)
Creates a new instance of the DeleteKeyframe class.
public DeleteKeyframe(ILayerPropertyKeyframe keyframe)
Parameters
keyframeILayerPropertyKeyframe
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()