C# Class FC3Editor.Tools.ToolObject.ParamObjectSelection

Inheritance: FC3Editor.Parameters.Parameter
Afficher le fichier Open project: Azerothian/fc3editor

Protected Properties

Свойство Type Description
m_editorObject FC3Editor.Nomad.EditorObject
m_objectSelection FC3Editor.Nomad.EditorObjectSelection
m_value int

Méthodes publiques

Méthode Description
ParamObjectSelection ( string display ) : System

Méthodes protégées

Méthode Description
CreateUIControl ( ) : Control
UpdateUIControl ( Control control ) : void

Method Details

CreateUIControl() protected méthode

protected CreateUIControl ( ) : Control
Résultat System.Windows.Forms.Control

ParamObjectSelection() public méthode

public ParamObjectSelection ( string display ) : System
display string
Résultat System

UpdateUIControl() protected méthode

protected UpdateUIControl ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

Property Details

m_editorObject protected_oe property

protected EditorObject,FC3Editor.Nomad m_editorObject
Résultat FC3Editor.Nomad.EditorObject

m_objectSelection protected_oe property

protected EditorObjectSelection,FC3Editor.Nomad m_objectSelection
Résultat FC3Editor.Nomad.EditorObjectSelection

m_value protected_oe property

protected int m_value
Résultat int