Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
GameParameters.CustomFloatParameterUI Class Reference
Inheritance diagram for GameParameters.CustomFloatParameterUI:
GameParameters.CustomParameterUI

Public Member Functions

 CustomFloatParameterUI (string title)
 
- Public Member Functions inherited from GameParameters.CustomParameterUI
 CustomParameterUI (string title)
 

Public Attributes

bool addTextField = false
 
bool asPercentage = false
 
string displayFormat = "N0"
 
float logBase = 0
 
float maxValue = 1.0f
 
float minValue = 0.0f
 
int stepCount = 11
 
- Public Attributes inherited from GameParameters.CustomParameterUI
bool autoPersistance = true
 
GameMode gameMode = GameMode.ANY
 
bool newGameOnly = false
 
bool unlockedDuringMission = false
 Set this to true to allow the setting to be interactable while a mission game is playing. More...
 

Additional Inherited Members

- Properties inherited from GameParameters.CustomParameterUI
string title [get, set]
 
string toolTip [get, set]
 

Constructor & Destructor Documentation

GameParameters.CustomFloatParameterUI.CustomFloatParameterUI ( string  title)
inline

Member Data Documentation

bool GameParameters.CustomFloatParameterUI.addTextField = false
bool GameParameters.CustomFloatParameterUI.asPercentage = false
string GameParameters.CustomFloatParameterUI.displayFormat = "N0"
float GameParameters.CustomFloatParameterUI.logBase = 0
float GameParameters.CustomFloatParameterUI.maxValue = 1.0f
float GameParameters.CustomFloatParameterUI.minValue = 0.0f
int GameParameters.CustomFloatParameterUI.stepCount = 11

The documentation for this class was generated from the following file: