C# Class GlueViewOfficialPlugins.States.StateSaveControl

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property Type Description
AddComboBoxIfStatesExist void
AddComboBoxIfStatesExist void
AddComboBoxIfStatesExist void
Clear void
ControlAtIndex StateCategoryControl
InitializeComponent void
RefreshStates void
SetTextIfContainsState void

Public Methods

Method Description
ApplyInterpolateToState ( object firstStateUncasted, object secondStateUncasted, float time, InterpolationType interpolationType, Easing easing ) : void
StateSaveControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddComboBoxIfStatesExist ( StateSaveCategory category ) : void
AddComboBoxIfStatesExist ( string name, List states ) : void
AddComboBoxIfStatesExist ( string name, List states, string categoryName ) : void
Clear ( ) : void
ControlAtIndex ( int index ) : StateCategoryControl
InitializeComponent ( ) : void

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

RefreshStates ( object sender, EventArgs e ) : void
SetTextIfContainsState ( ComboBox comboBox, string stateName ) : void

Method Details

ApplyInterpolateToState() public method

public ApplyInterpolateToState ( object firstStateUncasted, object secondStateUncasted, float time, InterpolationType interpolationType, Easing easing ) : void
firstStateUncasted object
secondStateUncasted object
time float
interpolationType InterpolationType
easing Easing
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

StateSaveControl() public method

public StateSaveControl ( ) : System
return System