C# Class FC3Editor.Parameters.ParamVector

Inheritance: Parameter
Exibir arquivo Open project: Azerothian/fc3editor

Protected Properties

Property Type Description
m_value FC3Editor.Nomad.Vec3

Public Methods

Method Description
ParamVector ( string display, Vec3 value, ParamVectorUIType uiType ) : System

Protected Methods

Method Description
CreateUIControl ( ) : Control

Private Methods

Method Description
OnValueChanged ( Vec3 value ) : void

Method Details

CreateUIControl() protected method

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

ParamVector() public method

public ParamVector ( string display, Vec3 value, ParamVectorUIType uiType ) : System
display string
value FC3Editor.Nomad.Vec3
uiType ParamVectorUIType
return System

Property Details

m_value protected_oe property

protected Vec3,FC3Editor.Nomad m_value
return FC3Editor.Nomad.Vec3