C# Класс GlueViewOfficialPlugins.States.StateSaveControl

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddComboBoxIfStatesExist void
AddComboBoxIfStatesExist void
AddComboBoxIfStatesExist void
Clear void
ControlAtIndex StateCategoryControl
InitializeComponent void
RefreshStates void
SetTextIfContainsState void

Открытые методы

Метод Описание
ApplyInterpolateToState ( object firstStateUncasted, object secondStateUncasted, float time, InterpolationType interpolationType, Easing easing ) : void
StateSaveControl ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

ApplyInterpolateToState() публичный Метод

public ApplyInterpolateToState ( object firstStateUncasted, object secondStateUncasted, float time, InterpolationType interpolationType, Easing easing ) : void
firstStateUncasted object
secondStateUncasted object
time float
interpolationType InterpolationType
easing Easing
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

StateSaveControl() публичный Метод

public StateSaveControl ( ) : System
Результат System