C# Class FC3Editor.Tools.ParamTexture

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

Protected Properties

Property Type Description
m_value int

Public Methods

Method Description
ParamTexture ( 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

ParamTexture() public method

public ParamTexture ( 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_value protected property

protected int m_value
return int