C# 클래스 FC3Editor.Parameters.ParamVector

상속: Parameter
파일 보기 프로젝트 열기: Azerothian/fc3editor

보호된 프로퍼티들

프로퍼티 타입 설명
m_value FC3Editor.Nomad.Vec3

공개 메소드들

메소드 설명
ParamVector ( string display, Vec3 value, ParamVectorUIType uiType ) : System

보호된 메소드들

메소드 설명
CreateUIControl ( ) : Control

비공개 메소드들

메소드 설명
OnValueChanged ( Vec3 value ) : void

메소드 상세

CreateUIControl() 보호된 메소드

protected CreateUIControl ( ) : Control
리턴 System.Windows.Forms.Control

ParamVector() 공개 메소드

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

프로퍼티 상세

m_value 보호되어 있는 프로퍼티

protected Vec3,FC3Editor.Nomad m_value
리턴 FC3Editor.Nomad.Vec3