C# Class FC3Editor.Tools.ToolObject.ParamObjectSelection

Inheritance: FC3Editor.Parameters.Parameter
Mostra file Open project: Azerothian/fc3editor

Protected Properties

Property Type Description
m_editorObject FC3Editor.Nomad.EditorObject
m_objectSelection FC3Editor.Nomad.EditorObjectSelection
m_value int

Public Methods

Method Description
ParamObjectSelection ( string display ) : System

Protected Methods

Method Description
CreateUIControl ( ) : Control
UpdateUIControl ( Control control ) : void

Method Details

CreateUIControl() protected method

protected CreateUIControl ( ) : Control
return System.Windows.Forms.Control

ParamObjectSelection() public method

public ParamObjectSelection ( string display ) : System
display string
return System

UpdateUIControl() protected method

protected UpdateUIControl ( Control control ) : void
control System.Windows.Forms.Control
return void

Property Details

m_editorObject protected_oe property

protected EditorObject,FC3Editor.Nomad m_editorObject
return FC3Editor.Nomad.EditorObject

m_objectSelection protected_oe property

protected EditorObjectSelection,FC3Editor.Nomad m_objectSelection
return FC3Editor.Nomad.EditorObjectSelection

m_value protected_oe property

protected int m_value
return int