C# Class winmaped2.AnimationEditor

Summary description for AnimationEditor.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Méthode Description
AnimationEditor ( ) : System
init ( Map m ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DisableEditor ( ) : void
EnableEditor ( ) : void
GrabData ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PutData ( ) : void
VspView_SelectionChanged ( ) : void
b_OK_Click ( object sender, System e ) : void
b_newanim_Click ( object sender, System e ) : void
lv_anims_SelectedIndexChanged ( object sender, System e ) : void
n_delay_ValueChanged ( object sender, System e ) : void
n_end_ValueChanged ( object sender, System e ) : void
n_start_ValueChanged ( object sender, System e ) : void
t_name_TextChanged ( object sender, System e ) : void
updatefps ( ) : void

Method Details

AnimationEditor() public méthode

public AnimationEditor ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

init() public méthode

public init ( Map m ) : void
m Map
Résultat void