C# 클래스 KronalUtils.VesselElementViewOption

파일 보기 프로젝트 열기: bigorangemachine/ksp-kronalutils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
valueActive bool
valueFormat string
valueParam float

공개 메소드들

메소드 설명
VesselElementViewOption ( string name, bool isToggle, bool hasParam, Action apply, bool defaultValueActive = false, float defaultValueParam = 0f, string valueFormat = "F2" ) : System

메소드 상세

VesselElementViewOption() 공개 메소드

public VesselElementViewOption ( string name, bool isToggle, bool hasParam, Action apply, bool defaultValueActive = false, float defaultValueParam = 0f, string valueFormat = "F2" ) : System
name string
isToggle bool
hasParam bool
apply Action
defaultValueActive bool
defaultValueParam float
valueFormat string
리턴 System

프로퍼티 상세

valueActive 공개적으로 프로퍼티

public bool valueActive
리턴 bool

valueFormat 공개적으로 프로퍼티

public string valueFormat
리턴 string

valueParam 공개적으로 프로퍼티

public float valueParam
리턴 float