C# Class FC3Editor.UI.ParamVectorEdit

Inheritance: System.Windows.Forms.UserControl
Show file Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
ParamVectorEdit ( ) : System
UpdateUI ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

protected Dispose ( bool disposing ) : void
disposing bool
return void

ParamVectorEdit() public method

public ParamVectorEdit ( ) : System
return System

UpdateUI() public method

public UpdateUI ( ) : void
return void