C# Class Gearset.Components.CurveEditorControl.DeleteKeysCommand

Selects the provided set of keys.
Inheritance: Gearset.Components.CurveEditorControl.CurveEditorCommand
Afficher le fichier Open project: juancampa/Gearset

Méthodes publiques

Méthode Description
DeleteKeysCommand ( CurveEditorControl2 control ) : System

Creates a new command to select the given keys. You can pass null to deselect all.

Do ( ) : void
Undo ( ) : void

Method Details

DeleteKeysCommand() public méthode

Creates a new command to select the given keys. You can pass null to deselect all.
public DeleteKeysCommand ( CurveEditorControl2 control ) : System
control CurveEditorControl2
Résultat System

Do() public méthode

public Do ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void