C# Class Linearstar.MikuMikuMoving.GetMmdTransformationPlugin.GetMmdTransformationForm

Afficher le fichier Open project: mfakane/MikuMikuMoving-Plugins Class Usage Examples

Méthodes publiques

Méthode Description
GetMmdTransformationForm ( string language, IList mmds ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnSelectedModelChanged ( EventArgs e ) : void

Private Methods

Méthode Description
GetProjectName ( Process process ) : string
InitializeComponent ( ) : void

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

MmdPoseRecieveForm_Load ( object sender, EventArgs e ) : void
mmdComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
modelListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
recieveTimer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

GetMmdTransformationForm() public méthode

public GetMmdTransformationForm ( string language, IList mmds ) : System
language string
mmds IList
Résultat System

OnSelectedModelChanged() protected méthode

protected OnSelectedModelChanged ( EventArgs e ) : void
e EventArgs
Résultat void