C# Class FC3Editor.Parameters.ParamVector

Inheritance: Parameter
Afficher le fichier Open project: Azerothian/fc3editor

Protected Properties

Свойство Type Description
m_value FC3Editor.Nomad.Vec3

Méthodes publiques

Méthode Description
ParamVector ( string display, Vec3 value, ParamVectorUIType uiType ) : System

Méthodes protégées

Méthode Description
CreateUIControl ( ) : Control

Private Methods

Méthode Description
OnValueChanged ( Vec3 value ) : void

Method Details

CreateUIControl() protected méthode

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

ParamVector() public méthode

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

Property Details

m_value protected_oe property

protected Vec3,FC3Editor.Nomad m_value
Résultat FC3Editor.Nomad.Vec3