C# Class Gearset.Components.CurveEditorControl.DeleteKeysCommand

Selects the provided set of keys.
Inheritance: Gearset.Components.CurveEditorControl.CurveEditorCommand
Datei anzeigen Open project: juancampa/Gearset

Public Methods

Method 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 method

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

Do() public method

public Do ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void