C# Class KronalUtils.VesselElementViewOption

Datei anzeigen Open project: bigorangemachine/ksp-kronalutils Class Usage Examples

Public Properties

Property Type Description
valueActive bool
valueFormat string
valueParam float

Public Methods

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

Method Details

VesselElementViewOption() public method

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
return System

Property Details

valueActive public_oe property

public bool valueActive
return bool

valueFormat public_oe property

public string valueFormat
return string

valueParam public_oe property

public float valueParam
return float