Table of Contents

Class BaseField

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
public class BaseField
Inheritance
BaseField
Inherited Members
Extension Methods

Constructors

BaseField(string, string, string, string, bool, bool)

public BaseField(string name, string units, string format, string category, bool advancedTweakable, bool uiControlOnly)

Parameters

name string
units string
format string
category string
advancedTweakable bool
uiControlOnly bool

Fields

active

public bool active

Field Value

bool

advancedTweakable

public bool advancedTweakable

Field Value

bool

category

public string category

Field Value

string

guiActive

public bool guiActive

Field Value

bool

guiActiveEditor

public bool guiActiveEditor

Field Value

bool

guiFormat

public string guiFormat

Field Value

string

guiName

public string guiName

Field Value

string

guiUnits

public string guiUnits

Field Value

string

uiControlOnly

public bool uiControlOnly

Field Value

bool