C# Class FC3Editor.UI.ParamVectorEdit

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
ParamVectorEdit ( ) : System
UpdateUI ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
OnValueChanged ( Vec3 value ) : void
UpdateFromText ( ) : void
UpdateText ( ) : void
valueBox_Leave ( object sender, EventArgs e ) : void
value_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ParamVectorEdit() public méthode

public ParamVectorEdit ( ) : System
Résultat System

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void