Table of Contents

Class ChangeKeyframeEasing

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

Represents a profile editor command that can be used to change the easing function of a keyframe.

public class ChangeKeyframeEasing : IProfileEditorCommand
Inheritance
object
ChangeKeyframeEasing
Implements

Constructors

ChangeKeyframeEasing(ILayerPropertyKeyframe, Functions)

Creates a new instance of the ChangeKeyframeEasing class.

public ChangeKeyframeEasing(ILayerPropertyKeyframe keyframe, Easings.Functions easingFunction)

Parameters

keyframe ILayerPropertyKeyframe
easingFunction Easings.Functions

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()