C# Class BrawlLib.Internal.Windows.Forms.InterpolationForm

Inheritance: Form
Show file Open project: soopercool101/BrawlCrate

Public Properties

Property Type Description
_interpolationEditor InterpolationEditor

Public Methods

Method Description
InterpolationForm ( ModelEditorBase mainWindow ) : BrawlLib.Internal.Windows.Controls

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Method Details

InterpolationForm() public method

public InterpolationForm ( ModelEditorBase mainWindow ) : BrawlLib.Internal.Windows.Controls
mainWindow ModelEditorBase
return BrawlLib.Internal.Windows.Controls

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

Property Details

_interpolationEditor public property

public InterpolationEditor _interpolationEditor
return InterpolationEditor