Table of Contents

Class DeleteKeyframe

Namespace
Artemis.UI.Shared.Services.ProfileEditor.Commands
Assembly
Artemis.UI.Shared.dll

Represents a profile editor command that can be used to delete a keyframe.

public class DeleteKeyframe : IProfileEditorCommand
Inheritance
object
DeleteKeyframe
Implements

Constructors

DeleteKeyframe(ILayerPropertyKeyframe)

Creates a new instance of the DeleteKeyframe class.

public DeleteKeyframe(ILayerPropertyKeyframe keyframe)

Parameters

keyframe ILayerPropertyKeyframe

Properties

DisplayName

Gets the name of the command

public string DisplayName { get; }

Property Value

string

Methods

Execute()

Executes the command

public void Execute()

Undo()

Undoes the command

public void Undo()