C# Class KronalUtils.VesselElementViewOption

Afficher le fichier Open project: bigorangemachine/ksp-kronalutils Class Usage Examples

Méthodes publiques

Свойство Type Description
valueActive bool
valueFormat string
valueParam float

Méthodes publiques

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

Method Details

VesselElementViewOption() public méthode

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
Résultat System

Property Details

valueActive public_oe property

public bool valueActive
Résultat bool

valueFormat public_oe property

public string valueFormat
Résultat string

valueParam public_oe property

public float valueParam
Résultat float