C# Class FC3Editor.Tools.ParamWaterMaterial

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

Protected Properties

Property Type Description
m_value FC3Editor.Nomad.WaterInventory.Entry

Public Methods

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

ParamWaterMaterial() public method

public ParamWaterMaterial ( 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_oe property

protected WaterInventory.Entry,FC3Editor.Nomad m_value
return FC3Editor.Nomad.WaterInventory.Entry